gmd:MD_ApplicationSchemaInformation_Type

Information about the application schema used to build the dataset

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Source

<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>