Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema document.xsd
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Properties
attribute form default unqualified
element form default qualified
version 0.4
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Element geo:Document
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram document_xsd.tmp#DocumentType_type document_xsd.tmp#DocumentType_createdDate document_xsd.tmp#DocumentType_receivedDate document_xsd.tmp#DocumentType_custodian document_xsd.tmp#DocumentType_remarks document_xsd.tmp#DocumentType_body document_xsd.tmp#DocumentType
Type geo:DocumentType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
  • AbstractFeature
Used by
Model
Children geo:body, geo:createdDate, geo:custodian, geo:receivedDate, geo:remarks, geo:type
Instance
<geo:Document xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:type>{1,1}</geo:type>
  <geo:createdDate>{0,1}</geo:createdDate>
  <geo:receivedDate>{0,1}</geo:receivedDate>
  <geo:custodian>{0,1}</geo:custodian>
  <geo:remarks>{0,1}</geo:remarks>
  <geo:body format="">{0,1}</geo:body>
</geo:Document>
Source
<element name="Document" substitutionGroup="gml:AbstractFeature" type="geo:DocumentType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Element geo:DocumentType / geo:type
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Annotations
Type of document.
Diagram
Diagram
Type CodeType
Properties
content simple
Source
<element name="type" type="gml:CodeType">
  <annotation>
    <documentation>Type of document.</documentation>
  </annotation>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Element geo:DocumentType / geo:createdDate
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type TimePositionType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="createdDate" type="gml:TimePositionType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Element geo:DocumentType / geo:receivedDate
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type TimePositionType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="receivedDate" type="gml:TimePositionType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Element geo:DocumentType / geo:custodian
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type CI_ResponsibleParty_PropertyType
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="custodian" type="gmd:CI_ResponsibleParty_PropertyType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Element geo:DocumentType / geo:remarks
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="remarks" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Element geo:DocumentType / geo:body
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram document_xsd.tmp#DocumentType_DocumentType_body_format document_xsd.tmp#DocumentType_DocumentType_body_fileReference document_xsd.tmp#DocumentType_DocumentType_body_content
Properties
content complex
minOccurs 0
Model
geo:fileReference | geo:content | ANY element from ANY namespace OTHER than 'urn:xml-gov-au:icsm:egeodesy:0.4'
Children geo:content, geo:fileReference
Instance
<geo:body format="" xmlns:geo="urn:xml-gov-au:icsm:egeodesy:0.4">
  <geo:fileReference>{1,1}</geo:fileReference>
  <geo:content encoding="none">{1,1}</geo:content>
</geo:body>
Attributes
QName Type Use
format string optional
Source
<element minOccurs="0" name="body">
  <complexType>
    <choice>
      <element name="fileReference" type="gml:ReferenceType"/>
      <element name="content">
        <complexType>
          <simpleContent>
            <extension base="string">
              <attribute default="none" name="encoding" type="geo:EncodingType"/>
            </extension>
          </simpleContent>
        </complexType>
      </element>
      <any namespace="##other"/>
    </choice>
    <attribute name="format" type="string"/>
  </complexType>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Element geo:DocumentType / geo:body / geo:fileReference
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type ReferenceType
Properties
content simple
Source
<element name="fileReference" type="gml:ReferenceType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Element geo:DocumentType / geo:body / geo:content
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram document_xsd.tmp#DocumentType_DocumentType_body_DocumentType_DocumentType_body_content_encoding
Type extension of string
Properties
content complex
Attributes
QName Type Default Use
encoding geo:EncodingType none optional
Source
<element name="content">
  <complexType>
    <simpleContent>
      <extension base="string">
        <attribute default="none" name="encoding" type="geo:EncodingType"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Complex Type geo:DocumentPropertyType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram document_xsd.tmp#Document
Used by
Model
Children geo:Document
Source
<complexType name="DocumentPropertyType">
  <sequence minOccurs="0">
    <element ref="geo:Document"/>
  </sequence>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Complex Type geo:DocumentType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram document_xsd.tmp#DocumentType_type document_xsd.tmp#DocumentType_createdDate document_xsd.tmp#DocumentType_receivedDate document_xsd.tmp#DocumentType_custodian document_xsd.tmp#DocumentType_remarks document_xsd.tmp#DocumentType_body
Type extension of AbstractFeatureType
Type hierarchy
Used by
Element geo:Document
Model
Children geo:body, geo:createdDate, geo:custodian, geo:receivedDate, geo:remarks, geo:type
Source
<complexType name="DocumentType">
  <complexContent>
    <extension base="gml:AbstractFeatureType">
      <sequence>
        <element name="type" type="gml:CodeType">
          <annotation>
            <documentation>Type of document.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="createdDate" type="gml:TimePositionType"/>
        <element minOccurs="0" name="receivedDate" type="gml:TimePositionType"/>
        <element minOccurs="0" name="custodian" type="gmd:CI_ResponsibleParty_PropertyType"/>
        <element minOccurs="0" name="remarks" type="string"/>
        <element minOccurs="0" name="body">
          <complexType>
            <choice>
              <element name="fileReference" type="gml:ReferenceType"/>
              <element name="content">
                <complexType>
                  <simpleContent>
                    <extension base="string">
                      <attribute default="none" name="encoding" type="geo:EncodingType"/>
                    </extension>
                  </simpleContent>
                </complexType>
              </element>
              <any namespace="##other"/>
            </choice>
            <attribute name="format" type="string"/>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Simple Type geo:EncodingType
Namespace urn:xml-gov-au:icsm:egeodesy:0.4
Diagram
Diagram
Type restriction of string
Facets
enumeration none
enumeration base64
Used by
Source
<simpleType name="EncodingType">
  <restriction base="string">
    <enumeration value="none"/>
    <enumeration value="base64"/>
  </restriction>
</simpleType>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Attribute geo:DocumentType / geo:body / geo:content / @encoding
Namespace No namespace
Type geo:EncodingType
Properties
default none
Facets
enumeration none
enumeration base64
Used by
Source
<attribute default="none" name="encoding" type="geo:EncodingType"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd
Attribute geo:DocumentType / geo:body / @format
Namespace No namespace
Type string
Properties
content simple
Used by
Source
<attribute name="format" type="string"/>
Schema location file:/Users/boss/dev/GeodesyML/schemas/document.xsd