Definition Type: ComplexType
Name: MD_Usage_Type
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Type: gco:AbstractObject_Type
Containing Schema: identification.xsd
Abstract
Documentation:
Brief description of ways in which the dataset is currently used.
Collapse XSD Schema Diagram:
Drilldown into userContactInfo in schema identification_xsd Drilldown into userDeterminedLimitations in schema identification_xsd Drilldown into usageDateTime in schema identification_xsd Drilldown into specificUsage in schema identification_xsd Drilldown into uuid in schema gcobase_xsd Drilldown into id in schema gcobase_xsd Drilldown into ObjectIdentification in schema gcobase_xsd Drilldown into AbstractObject_Type in schema gcobase_xsdXSD Diagram of MD_Usage_Type in schema identification_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="MD_Usage_Type">
    <xs:annotation>
        <xs:documentation>Brief description of ways in which the dataset is currently used.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="specificUsage" type="gco:CharacterString_PropertyType" />
                <xs:element name="usageDateTime" type="gco:DateTime_PropertyType" minOccurs="0" />
                <xs:element name="userDeterminedLimitations" type="gco:CharacterString_PropertyType" minOccurs="0" />
                <xs:element name="userContactInfo" type="gmd:CI_ResponsibleParty_PropertyType" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
specificUsage gmd:specificUsage (1) (1)
usageDateTime gmd:usageDateTime 0 (1)
userDeterminedLimitations gmd:userDeterminedLimitations 0 (1)
userContactInfo gmd:userContactInfo (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gmd:MD_Usage