<

Schema Documentation for gco

Schema Document Properties

Target Namespace
https://schemas.isotc211.org/19103/-/gco/1.2
Version
1.2.0
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://www.w3.org/1999/xlink (at http://www.w3.org/1999/xlink.xsd)
    • http://www.opengis.net/swe/2.0 (at http://schemas.opengis.net/sweCommon/2.0/swe.xsd)
    • http://www.opengis.net/swe/2.0 (at http://schemas.opengis.net/sweCommon/2.0/simple_components.xsd)
Documentation




Declared Namespaces:

Prefix
Namespace
xml
http://www.w3.org/XML/1998/namespace
gco
https://schemas.isotc211.org/19103/-/gco/1.2
xlink
http://www.w3.org/1999/xlink
xs
http://www.w3.org/2001/XMLSchema

Schema Component Representation

<xs:schema targetNamespace="https://schemas.isotc211.org/19103/-/gco/1.2" elementFormDefault="qualified" version="1.2.0">
   <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
   <xs:import namespace="http://www.opengis.net/swe/2.0" schemaLocation="http://schemas.opengis.net/sweCommon/2.0/swe.xsd"/>
   <xs:import namespace="http://www.opengis.net/swe/2.0" schemaLocation="http://schemas.opengis.net/sweCommon/2.0/simple_components.xsd"/>
...
</xs:schema>

Attributes

Attribute: isoType

Properties:

Type
xs:string

XML Instance Representation

gco:isoType="xs:string"

Schema Component Representation

<xs:attribute name="isoType" type="xs:string"/>

Attribute: nilReason

Properties:

Type
gco:NilReasonType

XML Instance Representation

gco:nilReason="gco:NilReasonType"

Schema Component Representation

<xs:attribute name="nilReason" type="gco:NilReasonType"/>

Elements

Element: AbstractGenericName

Type hierarchy:

  • The following elements can be used wherever this element is referenced:
Type
gco:CodeType
Abstract
yes

XML Instance Representation

<gco:AbstractGenericName
 codeSpace="xs:anyURI" [0..1]
>
    xs:string
</gco:AbstractGenericName>

Schema Component Representation

<xs:element name="AbstractGenericName" type="gco:CodeType" abstract="true"/>

Element: AbstractObject

Type
gco:AbstractObject_Type
Abstract
yes

XML Instance Representation

<gco:AbstractObject
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
/> 

Schema Component Representation

<xs:element name="AbstractObject" type="gco:AbstractObject_Type" abstract="true"/>

Element: Acceleration

Type hierarchy:

Type
gco:DirectedMeasure_Type

XML Instance Representation

<gco:Acceleration
 uom="gco:UomIdentifierType" [1]
>
   <gco:value> swe:VectorType </gco:value> [1]
</gco:Acceleration>

Schema Component Representation

<xs:element name="Acceleration" type="gco:DirectedMeasure_Type" substitutionGroup="gco:DirectedMeasure"/>

Element: Angle

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:MeasureType

XML Instance Representation

<gco:Angle
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:Angle>

Schema Component Representation

<xs:element name="Angle" type="gco:MeasureType" substitutionGroup="gco:Measure"/>

Element: AngularAcceleration

Type hierarchy:

Type
gco:DirectedMeasure_Type

XML Instance Representation

<gco:AngularAcceleration
 uom="gco:UomIdentifierType" [1]
>
   <gco:value> swe:VectorType </gco:value> [1]
</gco:AngularAcceleration>

Schema Component Representation

<xs:element name="AngularAcceleration" type="gco:DirectedMeasure_Type" substitutionGroup="gco:DirectedMeasure"/>

Element: AngularSpeed

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:MeasureType

XML Instance Representation

<gco:AngularSpeed
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:AngularSpeed>

Schema Component Representation

<xs:element name="AngularSpeed" type="gco:MeasureType" substitutionGroup="gco:Measure"/>

Element: AngularVelocity

Type hierarchy:

Type
gco:DirectedMeasure_Type

XML Instance Representation

<gco:AngularVelocity
 uom="gco:UomIdentifierType" [1]
>
   <gco:value> swe:VectorType </gco:value> [1]
</gco:AngularVelocity>

Schema Component Representation

<xs:element name="AngularVelocity" type="gco:DirectedMeasure_Type" substitutionGroup="gco:DirectedMeasure"/>

Element: Area

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:MeasureType

XML Instance Representation

<gco:Area
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:Area>

Schema Component Representation

<xs:element name="Area" type="gco:MeasureType" substitutionGroup="gco:Measure"/>

Element: Binary

Type
gco:Binary_Type

XML Instance Representation

<gco:Binary
 src="xs:anyURI" [0..1]
>
    xs:string
</gco:Binary>

Schema Component Representation

<xs:element name="Binary" type="gco:Binary_Type"/>

Element: Boolean

Type
xs:boolean

XML Instance Representation

<gco:Boolean> xs:boolean </gco:Boolean>

Schema Component Representation

<xs:element name="Boolean" type="xs:boolean"/>

Element: CharacterString

Type
xs:string

XML Instance Representation

<gco:CharacterString> xs:string </gco:CharacterString>

Schema Component Representation

<xs:element name="CharacterString" type="xs:string"/>

Element: Currency

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:MeasureType

XML Instance Representation

<gco:Currency
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:Currency>

Schema Component Representation

<xs:element name="Currency" type="gco:MeasureType" substitutionGroup="gco:Measure"/>

Element: Date

Type
gco:Date_Type
Nillable
yes

XML Instance Representation

<gco:Date> gco:Date_Type </gco:Date>

Schema Component Representation

<xs:element name="Date" type="gco:Date_Type" nillable="true"/>

Element: DateTime

Type
xs:dateTime

XML Instance Representation

<gco:DateTime> xs:dateTime </gco:DateTime>

Schema Component Representation

<xs:element name="DateTime" type="xs:dateTime"/>

Element: Decimal

Type
xs:decimal

XML Instance Representation

<gco:Decimal> xs:decimal </gco:Decimal>

Schema Component Representation

<xs:element name="Decimal" type="xs:decimal"/>

Element: DirectedMeasure

Type hierarchy:

Type
gco:DirectedMeasure_Type

XML Instance Representation

<gco:DirectedMeasure
 uom="gco:UomIdentifierType" [1]
>
   <gco:value> swe:VectorType </gco:value> [1]
</gco:DirectedMeasure>

Schema Component Representation

<xs:element name="DirectedMeasure" type="gco:DirectedMeasure_Type"/>

Element: Distance

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:MeasureType

XML Instance Representation

<gco:Distance
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:Distance>

Schema Component Representation

<xs:element name="Distance" type="gco:MeasureType" substitutionGroup="gco:Length"/>

Element: Field

Type
gco:Field_Type

XML Instance Representation

<gco:Field
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:value> gco:CharacterString_PropertyType </gco:value> [1] 
   <gco:type> gco:FieldType_PropertyType </gco:type> [0..1] 
</gco:Field>

Schema Component Representation

<xs:element name="Field" type="gco:Field_Type"/>

Element: FieldType

Type
gco:FieldType_Type

XML Instance Representation

<gco:FieldType
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:fieldName> gco:CharacterString_PropertyType </gco:fieldName> [1] 
   <gco:fieldType> gco:TypeName_PropertyType </gco:fieldType> [1] 
</gco:FieldType>

Schema Component Representation

<xs:element name="FieldType" type="gco:FieldType_Type"/>

Element: Integer

Type
xs:integer

XML Instance Representation

<gco:Integer> xs:integer </gco:Integer>

Schema Component Representation

<xs:element name="Integer" type="xs:integer"/>

Element: Length

Type hierarchy:

  • This element can be used wherever the following element is referenced:
  • The following elements can be used wherever this element is referenced:
Type
gco:MeasureType

XML Instance Representation

<gco:Length
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:Length>

Schema Component Representation

<xs:element name="Length" type="gco:MeasureType" substitutionGroup="gco:Measure"/>

Element: Measure

Type hierarchy:

Type
gco:MeasureType

XML Instance Representation

<gco:Measure
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:Measure>

Schema Component Representation

<xs:element name="Measure" type="gco:MeasureType"/>

Element: MemberName

Type
gco:MemberName_Type

XML Instance Representation

<gco:MemberName
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:aName> gco:CharacterString_PropertyType </gco:aName> [1]
   <gco:attributeType> gco:TypeName_PropertyType </gco:attributeType> [1]
</gco:MemberName>

Schema Component Representation

<xs:element name="MemberName" type="gco:MemberName_Type"/>

Element: Multiplicity

Type
gco:Multiplicity_Type

XML Instance Representation

<gco:Multiplicity
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:range> gco:MultiplicityRange_PropertyType </gco:range> [1..*]
</gco:Multiplicity>

Schema Component Representation

<xs:element name="Multiplicity" type="gco:Multiplicity_Type"/>

Element: MultiplicityRange

Type
gco:MultiplicityRange_Type

XML Instance Representation

<gco:MultiplicityRange
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:lower> gco:Integer_PropertyType </gco:lower> [1]
   <gco:upper> gco:UnlimitedInteger_PropertyType </gco:upper> [1]
</gco:MultiplicityRange>

Schema Component Representation

<xs:element name="MultiplicityRange" type="gco:MultiplicityRange_Type"/>

Element: NameSpace

Type
gco:NameSpace_Type

XML Instance Representation

<gco:NameSpace
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
 isGlobal="xs:boolean" [0..1]
 acceptableClasssList="xs:anySimpleType" [0..1]
/> 

Schema Component Representation

<xs:element name="NameSpace" type="gco:NameSpace_Type"/>

Element: Real

Type
xs:double

XML Instance Representation

<gco:Real> xs:double </gco:Real>

Schema Component Representation

<xs:element name="Real" type="xs:double"/>

Element: Record

Type
gco:Record_Type

XML Instance Representation

<gco:Record
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:type> gco:RecordType_PropertyType </gco:type> [0..1] 
   <gco:field> gco:Field_PropertyType </gco:field> [1..*] 
</gco:Record>

Schema Component Representation

<xs:element name="Record" type="gco:Record_Type"/>

Element: RecordType

Type
gco:RecordType_Type

XML Instance Representation

<gco:RecordType
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:fieldType> gco:FieldType_PropertyType </gco:fieldType> [1..*] 
</gco:RecordType>

Schema Component Representation

<xs:element name="RecordType" type="gco:RecordType_Type"/>

Element: Scale

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:Scale_Type

XML Instance Representation

<gco:Scale
 uom="gco:UomIdentifierType" [1]
 sourceUnits="gco:UomIdentifierType" [1]
 targetUnits="gco:UomIdentifierType" [1]
>
    gco:MeasureType
</gco:Scale>

Schema Component Representation

<xs:element name="Scale" type="gco:Scale_Type" substitutionGroup="gco:Measure"/>

Element: ScopedName

Type hierarchy:

Type
gco:CodeType

XML Instance Representation

<gco:ScopedName
 codeSpace="xs:anyURI" [0..1]
>
    xs:string
</gco:ScopedName>

Schema Component Representation

<xs:element name="ScopedName" type="gco:CodeType" substitutionGroup="gco:AbstractGenericName"/>

Element: Speed

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:Speed_Type

XML Instance Representation

<gco:Speed
 uom="gco:UomIdentifierType" [1]
 time="gco:UomIdentifierType" [1]
 distance="gco:UomIdentifierType" [1]
>
    gco:MeasureType
</gco:Speed>

Schema Component Representation

<xs:element name="Speed" type="gco:Speed_Type" substitutionGroup="gco:Measure"/>

Element: TM_PeriodDuration

Type
xs:duration

XML Instance Representation

<gco:TM_PeriodDuration> xs:duration </gco:TM_PeriodDuration>

Schema Component Representation

<xs:element name="TM_PeriodDuration" type="xs:duration"/>

Element: TimeMeasure

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:MeasureType

XML Instance Representation

<gco:TimeMeasure
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:TimeMeasure>

Schema Component Representation

<xs:element name="TimeMeasure" type="gco:MeasureType" substitutionGroup="gco:Measure"/>

Element: TypeName

Type
gco:TypeName_Type

XML Instance Representation

<gco:TypeName
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:aName> gco:CharacterString_PropertyType </gco:aName> [1]
</gco:TypeName>

Schema Component Representation

<xs:element name="TypeName" type="gco:TypeName_Type"/>

Element: UnlimitedInteger

Type
gco:UnlimitedInteger_Type
Nillable
yes

XML Instance Representation

<gco:UnlimitedInteger
 isInfinite="xs:boolean" [0..1]
>
    xs:nonNegativeInteger
</gco:UnlimitedInteger>

Schema Component Representation

<xs:element name="UnlimitedInteger" type="gco:UnlimitedInteger_Type" nillable="true"/>

Element: UomAcceleration

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomAcceleration> gco:UomIdentifierType </gco:UomAcceleration>

Schema Component Representation

<xs:element name="UomAcceleration" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomAngle

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomAngle> gco:UomIdentifierType </gco:UomAngle>

Schema Component Representation

<xs:element name="UomAngle" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomAngularAcceleration

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomAngularAcceleration> gco:UomIdentifierType </gco:UomAngularAcceleration>

Schema Component Representation

<xs:element name="UomAngularAcceleration" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomAngularSpeed

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomAngularSpeed> gco:UomIdentifierType </gco:UomAngularSpeed>

Schema Component Representation

<xs:element name="UomAngularSpeed" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomArea

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomArea> gco:UomIdentifierType </gco:UomArea>

Schema Component Representation

<xs:element name="UomArea" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomCurrency

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomCurrency> gco:UomIdentifierType </gco:UomCurrency>

Schema Component Representation

<xs:element name="UomCurrency" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomIdentifier

Type hierarchy:

Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomIdentifier> gco:UomIdentifierType </gco:UomIdentifier>

Schema Component Representation

<xs:element name="UomIdentifier" type="gco:UomIdentifierType"/>

Element: UomScale

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomScale> gco:UomIdentifierType </gco:UomScale>

Schema Component Representation

<xs:element name="UomScale" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomSpeed

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomSpeed> gco:UomIdentifierType </gco:UomSpeed>

Schema Component Representation

<xs:element name="UomSpeed" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomTime

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomTime> gco:UomIdentifierType </gco:UomTime>

Schema Component Representation

<xs:element name="UomTime" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomVelocity

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomVelocity> gco:UomIdentifierType </gco:UomVelocity>

Schema Component Representation

<xs:element name="UomVelocity" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomVolume

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomVolume> gco:UomIdentifierType </gco:UomVolume>

Schema Component Representation

<xs:element name="UomVolume" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: UomWeight

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:UomWeight> gco:UomIdentifierType </gco:UomWeight>

Schema Component Representation

<xs:element name="UomWeight" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: Uomlength

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:UomIdentifierType

XML Instance Representation

<gco:Uomlength> gco:UomIdentifierType </gco:Uomlength>

Schema Component Representation

<xs:element name="Uomlength" type="gco:UomIdentifierType" substitutionGroup="gco:UomIdentifier"/>

Element: Velocity

Type hierarchy:

Type
gco:DirectedMeasure_Type

XML Instance Representation

<gco:Velocity
 uom="gco:UomIdentifierType" [1]
>
   <gco:value> swe:VectorType </gco:value> [1]
</gco:Velocity>

Schema Component Representation

<xs:element name="Velocity" type="gco:DirectedMeasure_Type" substitutionGroup="gco:DirectedMeasure"/>

Element: Volume

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:MeasureType

XML Instance Representation

<gco:Volume
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:Volume>

Schema Component Representation

<xs:element name="Volume" type="gco:MeasureType" substitutionGroup="gco:Measure"/>

Element: Weight

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
gco:MeasureType

XML Instance Representation

<gco:Weight
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</gco:Weight>

Schema Component Representation

<xs:element name="Weight" type="gco:MeasureType" substitutionGroup="gco:Measure"/>

Complex Types

Complex Type: AbstractObject_Type

Type hierarchy:

Sub-types:

Properties:

Abstract
yes

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
/> 

Schema Component Representation

<xs:complexType name="AbstractObject_Type" abstract="true">
   <xs:sequence/>
   <xs:attributeGroup ref="gco:ObjectIdentification"/>
</xs:complexType>

Complex Type: Angle_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Angle> ... </gco:Angle> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Angle_PropertyType">
<-- used in identification.xsd mri:angularDistance-->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Angle"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: AngularSpeed_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:AngularSpeed> ... </gco:AngularSpeed> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="AngularSpeed_PropertyType">
<-- used in identification.xsd mri:angularDistance-->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:AngularSpeed"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Area_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Area> ... </gco:Area> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Area_PropertyType">
<-- used in identification.xsd mri:angularDistance-->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Area"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Binary_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Binary> ... </gco:Binary> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Binary_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Binary"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Binary_Type

Type hierarchy:

Super-types:
xs:string < Binary_Type (by extension)

XML Instance Representation

<...
 src="xs:anyURI" [0..1]
>
    xs:string
</...>

Schema Component Representation

<xs:complexType name="Binary_Type">
   <xs:simpleContent>
      <xs:extension base="xs:string">
         <xs:attribute name="src" type="xs:anyURI"/>
      </xs:extension>
   </xs:simpleContent>
</xs:complexType>

Complex Type: Boolean_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Boolean> ... </gco:Boolean> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Boolean_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Boolean"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: CharacterString_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:CharacterString> ... </gco:CharacterString> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="CharacterString_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:CharacterString"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: CharacterString_Type

Type hierarchy:

Super-types:
AbstractObject_Type < CharacterString_Type (by extension)

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:CharacterString> ... </gco:CharacterString> [1]
</...>

Schema Component Representation

<xs:complexType name="CharacterString_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:sequence>
            <xs:element ref="gco:CharacterString" id="ISO19103.characterString_ISO19103.CharacterString"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: CodeListValue_Type

Type hierarchy:

Super-types:
xs:string < CodeListValue_Type (by extension)

XML Instance Representation

<...
 codeList="xs:anyURI" [1]
 codeListValue="xs:anyURI" [1]
 codeSpace="xs:anyURI" [0..1]
>
    xs:string
</...>

Schema Component Representation

<xs:complexType name="CodeListValue_Type">
   <xs:simpleContent>
      <xs:extension base="xs:string">
         <xs:attribute name="codeList" type="xs:anyURI" use="required"/>
         <xs:attribute name="codeListValue" type="xs:anyURI" use="required"/>
         <xs:attribute name="codeSpace" type="xs:anyURI"/>
      </xs:extension>
   </xs:simpleContent>
</xs:complexType>

Complex Type: CodeType

Type hierarchy:

Super-types:
xs:string < CodeType (by extension)
Documentation

XML Instance Representation

<...
 codeSpace="xs:anyURI" [0..1]
>
    xs:string
</...>

Schema Component Representation

<xs:complexType name="CodeType">
   <xs:simpleContent>
      <xs:extension base="xs:string">
         <xs:attribute name="codeSpace" type="xs:anyURI"/>
      </xs:extension>
   </xs:simpleContent>
</xs:complexType>

Complex Type: Currency_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Currency> ... </gco:Currency> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Currency_PropertyType">
<-- used in identification.xsd mri:angularDistance-->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Currency"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: DateTime_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:DateTime> ... </gco:DateTime> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="DateTime_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:DateTime"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Date_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Choice [0..1]
      <gco:Date> ... </gco:Date> [1]
      <gco:DateTime> ... </gco:DateTime> [1]
   End Choice
</...>

Schema Component Representation

<xs:complexType name="Date_PropertyType">
   <xs:choice minOccurs="0">
      <xs:element ref="gco:Date"/>
      <xs:element ref="gco:DateTime"/>
   </xs:choice>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Decimal_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Decimal> ... </gco:Decimal> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Decimal_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Decimal"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: DirectedMeasure_Type

XML Instance Representation

<...
 uom="gco:UomIdentifierType" [1]
>
   <gco:value> swe:VectorType </gco:value> [1]
</...>

Schema Component Representation

<xs:complexType name="DirectedMeasure_Type">
   <xs:sequence>
      <xs:element name="value" type="swe:VectorType"/>
   </xs:sequence>
   <xs:attribute name="uom" type="gco:UomIdentifierType" use="required"/>
</xs:complexType>

Complex Type: Distance_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Distance> ... </gco:Distance> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Distance_PropertyType">
<-- used in identification.xsd mri:distance and mri:vertical properties
			used in lineageImagery.xsd mrl:scanningResolution and mrl:groundResolution -->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Distance"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: FieldType_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] > Start Sequence [0..1] <gco:FieldType> ... </gco:FieldType> [1] End Sequence </...>

Schema Component Representation

<xs:complexType name="FieldType_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:FieldType"/>
   </xs:sequence>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: FieldType_Type

Type hierarchy:

Super-types:
AbstractObject_Type < FieldType_Type (by extension)

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:fieldName> gco:CharacterString_PropertyType </gco:fieldName> [1] 
   <gco:fieldType> gco:TypeName_PropertyType </gco:fieldType> [1] 
</...>

Schema Component Representation

<xs:complexType name="FieldType_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:sequence>
            <xs:element name="fieldName" type="gco:CharacterString_PropertyType" minOccurs="1" maxOccurs="1"/>
            <xs:element name="fieldType" type="gco:TypeName_PropertyType" minOccurs="1" maxOccurs="1"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: Field_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] > Start Sequence [0..1] <gco:Field> ... </gco:Field> [1] End Sequence </...>

Schema Component Representation

<xs:complexType name="Field_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Field"/>
   </xs:sequence>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Field_Type

Type hierarchy:

Super-types:
AbstractObject_Type < Field_Type (by extension)

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:value> gco:CharacterString_PropertyType </gco:value> [1] 
   <gco:type> gco:FieldType_PropertyType </gco:type> [0..1] 
</...>

Schema Component Representation

<xs:complexType name="Field_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:sequence>
            <xs:element name="value" type="gco:CharacterString_PropertyType"/>
            <xs:element name="type" type="gco:FieldType_PropertyType" minOccurs="0" maxOccurs="1"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: GenericName_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:AbstractGenericName> ... </gco:AbstractGenericName> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="GenericName_PropertyType">
<-- used in catalogues.xsd cat:identifier
			used in metadataTransfer.xsd mdt:featureTypes
			used in content.xsd mrc:featureTypeName
			used in serviceInformation.xsd srv:serviceType -->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:AbstractGenericName"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Integer_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Integer> ... </gco:Integer> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Integer_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Integer"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Length_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Length> ... </gco:Length> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Length_PropertyType">
<-- not used in schema 19115-3; 
			Distance, in substitution group for length, is used (see below) -->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Length"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: MeasureType

Type hierarchy:

Super-types:
xs:double < MeasureType (by extension)
Documentation

XML Instance Representation

<...
 uom="gco:UomIdentifierType" [1]
>
    xs:double
</...>

Schema Component Representation

<xs:complexType name="MeasureType">
   <xs:simpleContent>
      <xs:extension base="xs:double">
         <xs:attribute name="uom" type="gco:UomIdentifierType" use="required"/>
      </xs:extension>
   </xs:simpleContent>
</xs:complexType>

Complex Type: Measure_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Measure> ... </gco:Measure> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Measure_PropertyType">
<-- used in spatialRepresentation.xsd, msr:resolution -->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Measure"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: MemberName_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] > Start Sequence [0..1] <gco:MemberName> ... </gco:MemberName> [1] End Sequence </...>

Schema Component Representation

<xs:complexType name="MemberName_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:MemberName"/>
   </xs:sequence>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: MemberName_Type

Type hierarchy:

Super-types:
AbstractObject_Type < MemberName_Type (by extension)
Documentation

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:aName> gco:CharacterString_PropertyType </gco:aName> [1]
   <gco:attributeType> gco:TypeName_PropertyType </gco:attributeType> [1]
</...>

Schema Component Representation

<xs:complexType name="MemberName_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:sequence>
            <xs:element name="aName" type="gco:CharacterString_PropertyType"/>
            <xs:element name="attributeType" type="gco:TypeName_PropertyType"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: MultiplicityRange_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] > Start Sequence [0..1] <gco:MultiplicityRange> ... </gco:MultiplicityRange> [1] End Sequence </...>

Schema Component Representation

<xs:complexType name="MultiplicityRange_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:MultiplicityRange"/>
   </xs:sequence>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: MultiplicityRange_Type

Type hierarchy:

Super-types:
AbstractObject_Type < MultiplicityRange_Type (by extension)
Documentation

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:lower> gco:Integer_PropertyType </gco:lower> [1]
   <gco:upper> gco:UnlimitedInteger_PropertyType </gco:upper> [1]
</...>

Schema Component Representation

<xs:complexType name="MultiplicityRange_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:sequence>
            <xs:element name="lower" type="gco:Integer_PropertyType"/>
            <xs:element name="upper" type="gco:UnlimitedInteger_PropertyType"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: Multiplicity_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] > Start Sequence [0..1] <gco:Multiplicity> ... </gco:Multiplicity> [1] End Sequence </...>

Schema Component Representation

<xs:complexType name="Multiplicity_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Multiplicity"/>
   </xs:sequence>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Multiplicity_Type

Type hierarchy:

Super-types:
AbstractObject_Type < Multiplicity_Type (by extension)
Documentation

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:range> gco:MultiplicityRange_PropertyType </gco:range> [1..*]
</...>

Schema Component Representation

<xs:complexType name="Multiplicity_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:sequence>
            <xs:element name="range" type="gco:MultiplicityRange_PropertyType" maxOccurs="unbounded"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: NameSpace_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] > Start Sequence [0..1] <gco:NameSpace> ... </gco:NameSpace> [1] End Sequence </...>

Schema Component Representation

<xs:complexType name="NameSpace_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:NameSpace"/>
   </xs:sequence>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: NameSpace_Type

Type hierarchy:

Super-types:
AbstractObject_Type < NameSpace_Type (by extension)
Documentation

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
 isGlobal="xs:boolean" [0..1]
 acceptableClasssList="xs:anySimpleType" [0..1]
/> 

Schema Component Representation

<xs:complexType name="NameSpace_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:attribute name="isGlobal" type="xs:boolean" use="optional"/>
         <xs:attribute name="acceptableClasssList" type="xs:anySimpleType" use="optional"/>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: Number_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Choice [0..1]
      <gco:Real> ... </gco:Real> [1]
      <gco:Decimal> ... </gco:Decimal> [1]
      <gco:Integer> ... </gco:Integer> [1]
   End Choice
</...>

Schema Component Representation

<xs:complexType name="Number_PropertyType">
   <xs:choice minOccurs="0">
      <xs:element ref="gco:Real"/>
      <xs:element ref="gco:Decimal"/>
      <xs:element ref="gco:Integer"/>
   </xs:choice>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: ObjectReference_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] />

Schema Component Representation

<xs:complexType name="ObjectReference_PropertyType">
   <xs:sequence/>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Real_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Real> ... </gco:Real> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Real_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Real"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: RecordType_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] > Start Sequence [0..1] <gco:RecordType> ... </gco:RecordType> [1] End Sequence </...>

Schema Component Representation

<xs:complexType name="RecordType_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:RecordType"/>
   </xs:sequence>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: RecordType_Type

Type hierarchy:

Super-types:
AbstractObject_Type < RecordType_Type (by extension)

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:fieldType> gco:FieldType_PropertyType </gco:fieldType> [1..*] 
</...>

Schema Component Representation

<xs:complexType name="RecordType_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:sequence>
            <xs:element name="fieldType" type="gco:FieldType_PropertyType" minOccurs="1" maxOccurs="unbounded"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: Record_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] > Start Sequence [0..1] <gco:Record> ... </gco:Record> [1] End Sequence </...>

Schema Component Representation

<xs:complexType name="Record_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Record"/>
   </xs:sequence>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Record_Type

Type hierarchy:

Super-types:
AbstractObject_Type < Record_Type (by extension)

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:type> gco:RecordType_PropertyType </gco:type> [0..1] 
   <gco:field> gco:Field_PropertyType </gco:field> [1..*] 
</...>

Schema Component Representation

<xs:complexType name="Record_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:sequence>
            <xs:element name="type" type="gco:RecordType_PropertyType" minOccurs="0" maxOccurs="1"/>
            <xs:element name="field" type="gco:Field_PropertyType" minOccurs="1" maxOccurs="unbounded"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: Scale_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Scale> ... </gco:Scale> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Scale_PropertyType">
<-- used in identification.xsd mri:angularDistance-->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Scale"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Scale_Type

Type hierarchy:

Super-types:
xs:double < MeasureType (by extension) < Scale_Type (by extension)

XML Instance Representation

<...
 uom="gco:UomIdentifierType" [1]
 sourceUnits="gco:UomIdentifierType" [1]
 targetUnits="gco:UomIdentifierType" [1]
>
    gco:MeasureType
</...>

Schema Component Representation

<xs:complexType name="Scale_Type">
   <xs:simpleContent>
      <xs:extension base="gco:MeasureType">
         <xs:attribute name="sourceUnits" type="gco:UomIdentifierType" use="required"/>
         <xs:attribute name="targetUnits" type="gco:UomIdentifierType" use="required"/>
      </xs:extension>
   </xs:simpleContent>
</xs:complexType>

Complex Type: ScopedName_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:ScopedName> ... </gco:ScopedName> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="ScopedName_PropertyType">
<-- used in serviceInformation.xsd srv:scopedName property -->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:ScopedName"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Speed_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Speed> ... </gco:Speed> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Speed_PropertyType">
<-- used in identification.xsd mri:angularDistance-->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Speed"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Speed_Type

Type hierarchy:

Super-types:
xs:double < MeasureType (by extension) < Speed_Type (by extension)

XML Instance Representation

<...
 uom="gco:UomIdentifierType" [1]
 time="gco:UomIdentifierType" [1]
 distance="gco:UomIdentifierType" [1]
>
    gco:MeasureType
</...>

Schema Component Representation

<xs:complexType name="Speed_Type">
   <xs:simpleContent>
      <xs:extension base="gco:MeasureType">
         <xs:attribute name="time" type="gco:UomIdentifierType" use="required"/>
         <xs:attribute name="distance" type="gco:UomIdentifierType" use="required"/>
      </xs:extension>
   </xs:simpleContent>
</xs:complexType>

Complex Type: TM_PeriodDuration_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:TM_PeriodDuration> ... </gco:TM_PeriodDuration> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="TM_PeriodDuration_PropertyType">
<-- used in maintenance.xsd mmi:userDefinedMaintenanceFrequency
			used in distribution.xsd mrd:transferFrequency
			used in identification.xsd mri:temporalResolution.  all of these properties
			are optional. -->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:TM_PeriodDuration"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: TimeMeasure_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:TimeMeasure> ... </gco:TimeMeasure> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="TimeMeasure_PropertyType">
<-- used in identification.xsd mri:angularDistance-->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:TimeMeasure"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: TypeName_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1] gco:nilReason="" [0..1] > Start Sequence [0..1] <gco:TypeName> ... </gco:TypeName> [1] End Sequence </...>

Schema Component Representation

<xs:complexType name="TypeName_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:TypeName"/>
   </xs:sequence>
   <xs:attributeGroup ref="gco:ObjectReference"/>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: TypeName_Type

Type hierarchy:

Super-types:
AbstractObject_Type < TypeName_Type (by extension)
Documentation

XML Instance Representation

<...
 id="xs:ID" [0..1]
 uuid="xs:string" [0..1]
>
   <gco:aName> gco:CharacterString_PropertyType </gco:aName> [1]
</...>

Schema Component Representation

<xs:complexType name="TypeName_Type">
   <xs:complexContent>
      <xs:extension base="gco:AbstractObject_Type">
         <xs:sequence>
            <xs:element name="aName" type="gco:CharacterString_PropertyType"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>

Complex Type: UnlimitedInteger_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:UnlimitedInteger> ... </gco:UnlimitedInteger> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="UnlimitedInteger_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:UnlimitedInteger"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: UnlimitedInteger_Type

Type hierarchy:

Super-types:
xs:nonNegativeInteger < UnlimitedInteger_Type (by extension)

XML Instance Representation

<...
 isInfinite="xs:boolean" [0..1]
>
    xs:nonNegativeInteger
</...>

Schema Component Representation

<xs:complexType name="UnlimitedInteger_Type">
   <xs:simpleContent>
      <xs:extension base="xs:nonNegativeInteger">
         <xs:attribute name="isInfinite" type="xs:boolean"/>
      </xs:extension>
   </xs:simpleContent>
</xs:complexType>

Complex Type: UomIdentifier_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:UomIdentifier> ... </gco:UomIdentifier> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="UomIdentifier_PropertyType">
   <xs:sequence minOccurs="0">
      <xs:element ref="gco:UomIdentifier"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Volume_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Volume> ... </gco:Volume> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Volume_PropertyType">
<-- used in identification.xsd mri:angularDistance-->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Volume"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Complex Type: Weight_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gco:Weight> ... </gco:Weight> [1]
   End Sequence
</...>

Schema Component Representation

<xs:complexType name="Weight_PropertyType">
<-- used in identification.xsd mri:angularDistance-->   <xs:sequence minOccurs="0">
      <xs:element ref="gco:Weight"/>
   </xs:sequence>
   <xs:attribute ref="gco:nilReason"/>
</xs:complexType>

Types

Simple Type: Date_Type

Type hierarchy:

Super-types:
None
Sub-types:
None

Properties:

Content
  • Union of following types:

Schema Component Representation

<xs:simpleType name="Date_Type">
   <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/>
</xs:simpleType>

Simple Type: NilReasonEnumeration

Type hierarchy:

Super-types:
None
Sub-types:
None

Properties:

Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'inapplicable'|'missing'|'template'|'unknown'|'withheld'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = other:\w{2,}

Schema Component Representation

<xs:simpleType name="NilReasonEnumeration">
   <xs:union>
      <xs:simpleType>
         <xs:restriction base="xs:string">
            <xs:enumeration value="inapplicable"/>
            <xs:enumeration value="missing"/>
            <xs:enumeration value="template"/>
            <xs:enumeration value="unknown"/>
            <xs:enumeration value="withheld"/>
         </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
         <xs:restriction base="xs:string">
            <xs:pattern value="other:\w{2,}"/>
         </xs:restriction>
      </xs:simpleType>
   </xs:union>
</xs:simpleType>

Simple Type: NilReasonType

Type hierarchy:

Super-types:
None
Sub-types:
None

Properties:

Content
Documentation

Schema Component Representation

<xs:simpleType name="NilReasonType">
   <xs:union memberTypes="gco:NilReasonEnumeration xs:anyURI"/>
</xs:simpleType>

Simple Type: UomIdentifierType

Type hierarchy:

Super-types:
None
Sub-types:
None

Properties:

Content
Documentation

Schema Component Representation

<xs:simpleType name="UomIdentifierType">
   <xs:union memberTypes="gco:UomSymbol gco:UomURI"/>
</xs:simpleType>

Simple Type: UomSymbol

Type hierarchy:

Super-types:
xs:string < UomSymbol (by restriction)
Sub-types:
None

Properties:

Content
  • Base XSD Type: string
  • pattern = [^: \n\r\t]+
Documentation

Schema Component Representation

<xs:simpleType name="UomSymbol">
   <xs:restriction base="xs:string">
      <xs:pattern value="[^: \n\r\t]+"/>
   </xs:restriction>
</xs:simpleType>

Simple Type: UomURI

Type hierarchy:

Super-types:
xs:anyURI < UomURI (by restriction)
Sub-types:
None

Properties:

Content
  • Base XSD Type: anyURI
  • pattern = ([a-zA-Z][a-zA-Z0-9\-\+\.]*:|\.\./|\./|#).*
Documentation

Schema Component Representation

<xs:simpleType name="UomURI">
   <xs:restriction base="xs:anyURI">
      <xs:pattern value="([a-zA-Z][a-zA-Z0-9\-\+\.]*:|\.\./|\./|#).*"/>
   </xs:restriction>
</xs:simpleType>

Attribute Groups

Attribute Group: ObjectIdentification

XML Instance Representation

id="xs:ID" [0..1]
uuid="xs:string" [0..1]

Schema Component Representation

<xs:attributeGroup name="ObjectIdentification">
   <xs:attribute name="id" type="xs:ID"/>
   <xs:attribute name="uuid" type="xs:string"/>
</xs:attributeGroup>

Attribute Group: ObjectReference

XML Instance Representation

Attribute group reference (not shown): xlink:simpleAttrs
uuidref="xs:string" [0..1]

Schema Component Representation

<xs:attributeGroup name="ObjectReference">
   <xs:attributeGroup ref="xlink:simpleAttrs"/>
   <xs:attribute name="uuidref" type="xs:string"/>
</xs:attributeGroup>

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.