Definition Type: ComplexType
Name: DataDefinitionType
Namespace: http://niem.gov/niem/external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0
Containing Schema: data.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into encoding in schema data_xsd Drilldown into dataComponents in schema data_xsd Drilldown into id in schema data_xsdXSD Diagram of DataDefinitionType in schema data_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="DataDefinitionType">
    <xs:sequence>
        <xs:element name="dataComponents" type="swec:DataComponentsPropertyType" />
        <xs:element name="encoding" type="swec:EncodingPropertyType" />
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dataComponents swec:dataComponents (1) (1)
encoding swec:encoding (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id swec:id Optional
Collapse Derivation Tree:
Collapse References:
swec:DataDefinition