Definition Type: ComplexType
Name: MD_ScopeDescription_Type
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Containing Schema: maintenance.xsd
Abstract
Documentation:
Description of the class of information covered by the information
Collapse XSD Schema Diagram:
Drilldown into other in schema maintenance_xsd Drilldown into dataset in schema maintenance_xsd Drilldown into attributeInstances in schema maintenance_xsd Drilldown into featureInstances in schema maintenance_xsd Drilldown into features in schema maintenance_xsd Drilldown into attributes in schema maintenance_xsdXSD Diagram of MD_ScopeDescription_Type in schema maintenance_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="MD_ScopeDescription_Type">
    <xs:annotation>
        <xs:documentation>Description of the class of information covered by the information</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element name="attributes" type="gco:ObjectReference_PropertyType" maxOccurs="unbounded" />
        <xs:element name="features" type="gco:ObjectReference_PropertyType" maxOccurs="unbounded" />
        <xs:element name="featureInstances" type="gco:ObjectReference_PropertyType" maxOccurs="unbounded" />
        <xs:element name="attributeInstances" type="gco:ObjectReference_PropertyType" maxOccurs="unbounded" />
        <xs:element name="dataset" type="gco:CharacterString_PropertyType" />
        <xs:element name="other" type="gco:CharacterString_PropertyType" />
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
attributes gmd:attributes (1) unbounded
features gmd:features (1) unbounded
featureInstances gmd:featureInstances (1) unbounded
attributeInstances gmd:attributeInstances (1) unbounded
dataset gmd:dataset (1) (1)
other gmd:other (1) (1)
Collapse Derivation Tree:
Collapse References:
gmd:MD_ScopeDescription