Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gmd:CI_Address_Type / gmd:deliveryPoint
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index41.tmp#id976 index42.tmp#id975
Type gco:CharacterString_PropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gco:CharacterString
Children gco:CharacterString
Instance
<gmd:deliveryPoint gco:nilReason="">
  <gco:CharacterString>{1,1}</gco:CharacterString>
</gmd:deliveryPoint>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="deliveryPoint" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd
Element gmd:CI_Address_Type / gmd:city
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index41.tmp#id976 index42.tmp#id975
Type gco:CharacterString_PropertyType
Properties
content: complex
minOccurs: 0
Model gco:CharacterString
Children gco:CharacterString
Instance
<gmd:city gco:nilReason="">
  <gco:CharacterString>{1,1}</gco:CharacterString>
</gmd:city>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="city" type="gco:CharacterString_PropertyType" minOccurs="0"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd
Element gmd:CI_Address_Type / gmd:administrativeArea
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index41.tmp#id976 index42.tmp#id975
Type gco:CharacterString_PropertyType
Properties
content: complex
minOccurs: 0
Model gco:CharacterString
Children gco:CharacterString
Instance
<gmd:administrativeArea gco:nilReason="">
  <gco:CharacterString>{1,1}</gco:CharacterString>
</gmd:administrativeArea>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="administrativeArea" type="gco:CharacterString_PropertyType" minOccurs="0"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd
Element gmd:CI_Address_Type / gmd:postalCode
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index41.tmp#id976 index42.tmp#id975
Type gco:CharacterString_PropertyType
Properties
content: complex
minOccurs: 0
Model gco:CharacterString
Children gco:CharacterString
Instance
<gmd:postalCode gco:nilReason="">
  <gco:CharacterString>{1,1}</gco:CharacterString>
</gmd:postalCode>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="postalCode" type="gco:CharacterString_PropertyType" minOccurs="0"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd
Element gmd:CI_Address_Type / gmd:country
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index41.tmp#id976 index42.tmp#id975
Type gco:CharacterString_PropertyType
Properties
content: complex
minOccurs: 0
Model gco:CharacterString
Children gco:CharacterString
Instance
<gmd:country gco:nilReason="">
  <gco:CharacterString>{1,1}</gco:CharacterString>
</gmd:country>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="country" type="gco:CharacterString_PropertyType" minOccurs="0"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd
Element gmd:CI_Address_Type / gmd:electronicMailAddress
Namespace http://www.isotc211.org/2005/gmd
Diagram
Diagram index25.tmp#id1008 index41.tmp#id976 index42.tmp#id975
Type gco:CharacterString_PropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gco:CharacterString
Children gco:CharacterString
Instance
<gmd:electronicMailAddress gco:nilReason="">
  <gco:CharacterString>{1,1}</gco:CharacterString>
</gmd:electronicMailAddress>
Attributes
QName Type Fixed Default Use Annotation
gco:nilReason gml:NilReasonType optional
Source
<xs:element name="electronicMailAddress" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd
Complex Type gmd:CI_Address_Type
Namespace http://www.isotc211.org/2005/gmd
Annotations
Location of the responsible individual or organisation
Diagram
Diagram index28.tmp#id971 index29.tmp#id970 index1186.tmp#id1110 index1186.tmp#id1111 index1186.tmp#id1112 index1186.tmp#id1113 index1186.tmp#id1114 index1186.tmp#id1115
Type extension of gco:AbstractObject_Type
Type hierarchy
Used by
Element gmd:CI_Address
Model gmd:deliveryPoint* , gmd:city{0,1} , gmd:administrativeArea{0,1} , gmd:postalCode{0,1} , gmd:country{0,1} , gmd:electronicMailAddress*
Children gmd:administrativeArea, gmd:city, gmd:country, gmd:deliveryPoint, gmd:electronicMailAddress, gmd:postalCode
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
uuid xs:string optional
Source
<xs:complexType name="CI_Address_Type">
  <xs:annotation>
    <xs:documentation>Location of the responsible individual or organisation</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="deliveryPoint" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="city" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="administrativeArea" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="postalCode" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="country" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="electronicMailAddress" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd