Definition Type: ComplexType
Name: MD_ApplicationSchemaInformation_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: applicationSchema.xsd
Abstract
Documentation:
Information about the application schema used to build the dataset
Collapse XSD Schema Diagram:
Drilldown into softwareDevelopmentFileFormat in schema applicationschema_xsd Drilldown into softwareDevelopmentFile in schema applicationschema_xsd Drilldown into graphicsFile in schema applicationschema_xsd Drilldown into schemaAscii in schema applicationschema_xsd Drilldown into constraintLanguage in schema applicationschema_xsd Drilldown into schemaLanguage in schema applicationschema_xsd Drilldown into name in schema applicationschema_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_ApplicationSchemaInformation_Type in schema applicationschema_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="MD_ApplicationSchemaInformation_Type">
    <xs:annotation>
        <xs:documentation>Information about the application schema used to build the dataset</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="name" type="gmd:CI_Citation_PropertyType" />
                <xs:element name="schemaLanguage" type="gco:CharacterString_PropertyType" />
                <xs:element name="constraintLanguage" type="gco:CharacterString_PropertyType" />
                <xs:element name="schemaAscii" type="gco:CharacterString_PropertyType" minOccurs="0" />
                <xs:element name="graphicsFile" type="gco:Binary_PropertyType" minOccurs="0" />
                <xs:element name="softwareDevelopmentFile" type="gco:Binary_PropertyType" minOccurs="0" />
                <xs:element name="softwareDevelopmentFileFormat" type="gco:CharacterString_PropertyType" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name gmd:name (1) (1)
schemaLanguage gmd:schemaLanguage (1) (1)
constraintLanguage gmd:constraintLanguage (1) (1)
schemaAscii gmd:schemaAscii 0 (1)
graphicsFile gmd:graphicsFile 0 (1)
softwareDevelopmentFile gmd:softwareDevelopmentFile 0 (1)
softwareDevelopmentFileFormat gmd:softwareDevelopmentFileFormat 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gmd:MD_ApplicationSchemaInformation