Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:ConfigurationType / diggs:remark
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Element_diggs_Remark.tmp#RemarkKernel_xsd_Complex_Type_diggs_RemarkPropertyType.tmp#RemarkPropertyType
Type diggs:RemarkPropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children diggs:Remark
Instance
<diggs:remark xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:Remark owns="false">{1,1}</diggs:Remark>
</diggs:remark>
Source
<element maxOccurs="unbounded" minOccurs="0" name="remark" type="diggs:RemarkPropertyType"/>
Element diggs:ConfigurationType / diggs:receiverInfo
Namespace http://diggsml.org/schema-dev
Annotations
An array property type containing one or more
ReceiverInfo objects.
Diagram
DiagramGeophysics_xsd_Element_diggs_ReceiverInfo.tmp#ReceiverInfoGeophysics_xsd_Complex_Type_diggs_ReceiverInfoArrayPropertyType.tmp#ReceiverInfoArrayPropertyType
Type diggs:ReceiverInfoArrayPropertyType
Properties
content complex
Model
Children diggs:ReceiverInfo
Instance
<diggs:receiverInfo xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:ReceiverInfo gml:id="">{1,1}</diggs:ReceiverInfo>
</diggs:receiverInfo>
Source
<element name="receiverInfo" type="diggs:ReceiverInfoArrayPropertyType">
  <annotation>
    <documentation>An array property type containing one or more ReceiverInfo objects.</documentation>
  </annotation>
</element>
Element diggs:ConfigurationType / diggs:sourceInfo
Namespace http://diggsml.org/schema-dev
Diagram
DiagramGeophysics_xsd_Element_diggs_SourceInfo.tmp#SourceInfoGeophysics_xsd_Complex_Type_diggs_SourceInfoArrayPropertyType.tmp#SourceInfoArrayPropertyType
Type diggs:SourceInfoArrayPropertyType
Properties
content complex
minOccurs 0
Model
Children diggs:SourceInfo
Instance
<diggs:sourceInfo xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:SourceInfo gml:id="">{1,1}</diggs:SourceInfo>
</diggs:sourceInfo>
Source
<element minOccurs="0" name="sourceInfo" type="diggs:SourceInfoArrayPropertyType"/>
Complex Type diggs:ConfigurationType
Namespace http://diggsml.org/schema-dev
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypegml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptionGeophysics_xsd_Complex_Type_diggs_ConfigurationType.tmp#ConfigurationType_remarkGeophysics_xsd_Complex_Type_diggs_ConfigurationType.tmp#ConfigurationType_receiverInfoGeophysics_xsd_Complex_Type_diggs_ConfigurationType.tmp#ConfigurationType_sourceInfo
Type extension of diggs:AbstractComponentObjectBaseType
Type hierarchy
Used by
Model
Children diggs:receiverInfo, diggs:remark, diggs:sourceInfo, gml:description
Attributes
QName Type Use Annotation
gml:id ID optional
Database handle for the object. It is of XML type ID, so is constrained to be
unique in the XML document within which it occurs. An external identifier for the object in
the form of a URI may be constructed using standard XML and XPointer methods. This is done
by concatenating the URI for the document, a fragment separator, and the value of the id
attribute.
Source
<complexType name="ConfigurationType">
  <complexContent>
    <extension base="diggs:AbstractComponentObjectBaseType">
      <sequence>
        <element minOccurs="0" ref="gml:description"/>
        <element maxOccurs="unbounded" minOccurs="0" name="remark" type="diggs:RemarkPropertyType"/>
        <element name="receiverInfo" type="diggs:ReceiverInfoArrayPropertyType">
          <annotation>
            <documentation>An array property type containing one or more ReceiverInfo objects.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="sourceInfo" type="diggs:SourceInfoArrayPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>