<

Schema Documentation for cit

Schema Document Properties

Target Namespace
https://schemas.isotc211.org/19115/-1/cit/1.3
Version
1.3.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):
    • https://schemas.isotc211.org/19103/-/gco/1.2 (at ../../../../19103/-/gco/1.2.0/gco.xsd)
    • https://schemas.isotc211.org/19115/-1/mcc/1.3 (at ../../../../19115/-1/mcc/1.3.0/mcc.xsd)
Documentation

Declared Namespaces:

Prefix
Namespace
Default namespace
http://www.w3.org/2001/XMLSchema
xml
http://www.w3.org/XML/1998/namespace
cit
https://schemas.isotc211.org/19115/-1/cit/1.3

Schema Component Representation

<schema targetNamespace="https://schemas.isotc211.org/19115/-1/cit/1.3" elementFormDefault="qualified" version="1.3.0">
   <import namespace="https://schemas.isotc211.org/19103/-/gco/1.2" schemaLocation="../../../../19103/-/gco/1.2.0/gco.xsd"/>
   <import namespace="https://schemas.isotc211.org/19115/-1/mcc/1.3" schemaLocation="../../../../19115/-1/mcc/1.3.0/mcc.xsd"/>
...
</schema>

Elements

Element: AbstractCI_Party

Type hierarchy:

Type
cit:AbstractCI_Party_Type
Abstract
yes
Documentation

XML Instance Representation

<cit:AbstractCI_Party>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:contactInfo> cit:CI_Contact_PropertyType </cit:contactInfo> [0..*] 
   <cit:partyIdentifier> mcc:MD_Identifier_PropertyType </cit:partyIdentifier> [0..*] 
</cit:AbstractCI_Party>

Schema Component Representation

<element name="AbstractCI_Party" type="cit:AbstractCI_Party_Type" abstract="true" substitutionGroup="gco:AbstractObject" id="ISO19115-1.380"/>

Element: CI_Address

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
cit:CI_Address_Type
Documentation

XML Instance Representation

<cit:CI_Address>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:deliveryPoint> gco:CharacterString_PropertyType </cit:deliveryPoint> [0..*] 
   <cit:city> gco:CharacterString_PropertyType </cit:city> [0..1] 
   <cit:administrativeArea> gco:CharacterString_PropertyType </cit:administrativeArea> [0..1] 
   <cit:postalCode> gco:CharacterString_PropertyType </cit:postalCode> [0..1] 
   <cit:country> gco:CharacterString_PropertyType </cit:country> [0..1] 
   <cit:electronicMailAddress> gco:CharacterString_PropertyType </cit:electronicMailAddress> [0..*] 
</cit:CI_Address>

Schema Component Representation

<element name="CI_Address" type="cit:CI_Address_Type" substitutionGroup="gco:AbstractObject" id="ISO19115-1.388"/>

Element: CI_Citation

Type hierarchy:

Type
cit:CI_Citation_Type
Documentation

XML Instance Representation

<cit:CI_Citation>
   <!-- 'mcc:Abstract_Citation_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:title> gco:CharacterString_PropertyType </cit:title> [1] 
   <cit:alternateTitle> gco:CharacterString_PropertyType </cit:alternateTitle> [0..*] 
   <cit:date> cit:CI_Date_PropertyType </cit:date> [0..*] 
   <cit:edition> gco:CharacterString_PropertyType </cit:edition> [0..1] 
   <cit:editionDate> gco:DateTime_PropertyType </cit:editionDate> [0..1] 
   <cit:identifier> mcc:MD_Identifier_PropertyType </cit:identifier> [0..*] 
   <cit:citedResponsibleParty> cit:CI_Responsibility_PropertyType </cit:citedResponsibleParty> [0..*] 
   <cit:presentationForm> cit:CI_PresentationFormCode_PropertyType </cit:presentationForm> [0..*] 
   <cit:series> cit:CI_Series_PropertyType </cit:series> [0..1] 
   <cit:otherCitationDetails> gco:CharacterString_PropertyType </cit:otherCitationDetails> [0..*] 
   <cit:ISBN> gco:CharacterString_PropertyType </cit:ISBN> [0..1] 
   <cit:ISSN> gco:CharacterString_PropertyType </cit:ISSN> [0..1] 
   <cit:onlineResource> cit:CI_OnlineResource_PropertyType </cit:onlineResource> [0..*] 
   <cit:graphic> mcc:MD_BrowseGraphic_PropertyType </cit:graphic> [0..*] 
</cit:CI_Citation>

Schema Component Representation

<element name="CI_Citation" type="cit:CI_Citation_Type" substitutionGroup="mcc:Abstract_Citation" id="ISO19115-1.361"/>

Element: CI_Contact

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
cit:CI_Contact_Type
Documentation

XML Instance Representation

<cit:CI_Contact>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:phone> cit:CI_Telephone_PropertyType </cit:phone> [0..*] 
   <cit:address> cit:CI_Address_PropertyType </cit:address> [0..*] 
   <cit:onlineResource> cit:CI_OnlineResource_PropertyType </cit:onlineResource> [0..*] 
   <cit:hoursOfService> gco:CharacterString_PropertyType </cit:hoursOfService> [0..*] 
   <cit:contactInstructions> gco:CharacterString_PropertyType </cit:contactInstructions> [0..1] 
   <cit:contactType> gco:CharacterString_PropertyType </cit:contactType> [0..1]
</cit:CI_Contact>

Schema Component Representation

<element name="CI_Contact" type="cit:CI_Contact_Type" substitutionGroup="gco:AbstractObject" id="ISO19115-1.395"/>

Element: CI_Date

Type hierarchy:

Type
cit:CI_Date_Type
Documentation

XML Instance Representation

<cit:CI_Date>
   <!-- 'mcc:Abstract_TypedDate_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:date> gco:Date_PropertyType </cit:date> [1] 
   <cit:dateType> cit:CI_DateTypeCode_PropertyType </cit:dateType> [1] 
</cit:CI_Date>

Schema Component Representation

<element name="CI_Date" type="cit:CI_Date_Type" substitutionGroup="mcc:Abstract_TypedDate" id="ISO19115-1.402"/>

Element: CI_DateTypeCode

Type hierarchy:

Type
gco:CodeListValue_Type
Documentation

XML Instance Representation

<cit:CI_DateTypeCode> gco:CodeListValue_Type </cit:CI_DateTypeCode>

Schema Component Representation

<element name="CI_DateTypeCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>

Element: CI_Individual

Type hierarchy:

Type
cit:CI_Individual_Type
Documentation

XML Instance Representation

<cit:CI_Individual>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:contactInfo> cit:CI_Contact_PropertyType </cit:contactInfo> [0..*] 
   <cit:partyIdentifier> mcc:MD_Identifier_PropertyType </cit:partyIdentifier> [0..*] 
   <cit:positionName> gco:CharacterString_PropertyType </cit:positionName> [0..1] 
</cit:CI_Individual>

Schema Component Representation

<element name="CI_Individual" type="cit:CI_Individual_Type" substitutionGroup="cit:AbstractCI_Party" id="ISO19115-1.383"/>

Element: CI_OnLineFunctionCode

Type hierarchy:

Type
gco:CodeListValue_Type
Documentation

XML Instance Representation

<cit:CI_OnLineFunctionCode> gco:CodeListValue_Type </cit:CI_OnLineFunctionCode>

Schema Component Representation

<element name="CI_OnLineFunctionCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>

Element: CI_OnlineResource

Type hierarchy:

Type
cit:CI_OnlineResource_Type
Documentation

XML Instance Representation

<cit:CI_OnlineResource>
   <!-- 'mcc:Abstract_OnlineResource_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:linkage> gco:CharacterString_PropertyType </cit:linkage> [1] 
   <cit:protocol> gco:CharacterString_PropertyType </cit:protocol> [0..1] 
   <cit:applicationProfile> gco:CharacterString_PropertyType </cit:applicationProfile> [0..1] 
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:description> gco:CharacterString_PropertyType </cit:description> [0..1] 
   <cit:function> cit:CI_OnLineFunctionCode_PropertyType </cit:function> [0..1] 
   <cit:protocolRequest> gco:CharacterString_PropertyType </cit:protocolRequest> [0..1] 
</cit:CI_OnlineResource>

Schema Component Representation

<element name="CI_OnlineResource" type="cit:CI_OnlineResource_Type" substitutionGroup="mcc:Abstract_OnlineResource" id="ISO19115-1.405"/>

Element: CI_Organisation

Type hierarchy:

Type
cit:CI_Organisation_Type
Documentation

XML Instance Representation

<cit:CI_Organisation>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:contactInfo> cit:CI_Contact_PropertyType </cit:contactInfo> [0..*] 
   <cit:partyIdentifier> mcc:MD_Identifier_PropertyType </cit:partyIdentifier> [0..*] 
   <cit:logo> mcc:MD_BrowseGraphic_PropertyType </cit:logo> [0..*] 
   <cit:individual> cit:CI_Individual_PropertyType </cit:individual> [0..*]
</cit:CI_Organisation>

Schema Component Representation

<element name="CI_Organisation" type="cit:CI_Organisation_Type" substitutionGroup="cit:AbstractCI_Party" id="ISO19115-1.385"/>

Element: CI_PresentationFormCode

Type hierarchy:

Type
gco:CodeListValue_Type
Documentation

XML Instance Representation

<cit:CI_PresentationFormCode> gco:CodeListValue_Type </cit:CI_PresentationFormCode>

Schema Component Representation

<element name="CI_PresentationFormCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>

Element: CI_Responsibility

Type hierarchy:

Type
cit:CI_Responsibility_Type
Documentation

XML Instance Representation

<cit:CI_Responsibility>
   <!-- 'mcc:Abstract_Responsibility_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:role> cit:CI_RoleCode_PropertyType </cit:role> [1] 
   <cit:extent> mcc:Abstract_Extent_PropertyType </cit:extent> [0..*] 
   <cit:party> cit:AbstractCI_Party_PropertyType </cit:party> [1..*]
</cit:CI_Responsibility>

Schema Component Representation

<element name="CI_Responsibility" type="cit:CI_Responsibility_Type" substitutionGroup="mcc:Abstract_Responsibility" id="ISO19115-1.376"/>

Element: CI_RoleCode

Type hierarchy:

Type
gco:CodeListValue_Type
Documentation

XML Instance Representation

<cit:CI_RoleCode> gco:CodeListValue_Type </cit:CI_RoleCode>

Schema Component Representation

<element name="CI_RoleCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>

Element: CI_Series

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
cit:CI_Series_Type
Documentation

XML Instance Representation

<cit:CI_Series>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:issueIdentification> gco:CharacterString_PropertyType </cit:issueIdentification> [0..1] 
   <cit:page> gco:CharacterString_PropertyType </cit:page> [0..1] 
</cit:CI_Series>

Schema Component Representation

<element name="CI_Series" type="cit:CI_Series_Type" substitutionGroup="gco:AbstractObject" id="ISO19115-1.413"/>

Element: CI_Telephone

Type hierarchy:

  • This element can be used wherever the following element is referenced:
Type
cit:CI_Telephone_Type
Documentation

XML Instance Representation

<cit:CI_Telephone>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:number> gco:CharacterString_PropertyType </cit:number> [1] 
   <cit:numberType> cit:CI_TelephoneTypeCode_PropertyType </cit:numberType> [0..1] 
</cit:CI_Telephone>

Schema Component Representation

<element name="CI_Telephone" type="cit:CI_Telephone_Type" substitutionGroup="gco:AbstractObject" id="ISO19115-1.417"/>

Element: CI_TelephoneTypeCode

Type hierarchy:

Type
gco:CodeListValue_Type
Documentation

XML Instance Representation

<cit:CI_TelephoneTypeCode> gco:CodeListValue_Type </cit:CI_TelephoneTypeCode>

Schema Component Representation

<element name="CI_TelephoneTypeCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>

Complex Types

Complex Type: AbstractCI_Party_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:AbstractCI_Party> ... </cit:AbstractCI_Party> [1] End Sequence </...>

Schema Component Representation

<complexType name="AbstractCI_Party_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:AbstractCI_Party"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: AbstractCI_Party_Type

Type hierarchy:

Super-types:
gco:AbstractObject_Type < AbstractCI_Party_Type (by extension)
Sub-types:

Properties:

Abstract
yes

XML Instance Representation

<...>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:contactInfo> cit:CI_Contact_PropertyType </cit:contactInfo> [0..*] 
   <cit:partyIdentifier> mcc:MD_Identifier_PropertyType </cit:partyIdentifier> [0..*] 
</...>

Schema Component Representation

<complexType name="AbstractCI_Party_Type" abstract="true">
   <complexContent>
      <extension base="gco:AbstractObject_Type">
         <sequence>
            <element name="name" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.381_ISO19103.CharacterString"/>
            <element name="contactInfo" type="cit:CI_Contact_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.382_ISO19115-1.395"/>
            <element name="partyIdentifier" type="mcc:MD_Identifier_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.382.1_ISO19115-1.431"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_Address_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_Address> ... </cit:CI_Address> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_Address_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_Address"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Address_Type

Type hierarchy:

Super-types:
gco:AbstractObject_Type < CI_Address_Type (by extension)

XML Instance Representation

<...>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:deliveryPoint> gco:CharacterString_PropertyType </cit:deliveryPoint> [0..*] 
   <cit:city> gco:CharacterString_PropertyType </cit:city> [0..1] 
   <cit:administrativeArea> gco:CharacterString_PropertyType </cit:administrativeArea> [0..1] 
   <cit:postalCode> gco:CharacterString_PropertyType </cit:postalCode> [0..1] 
   <cit:country> gco:CharacterString_PropertyType </cit:country> [0..1] 
   <cit:electronicMailAddress> gco:CharacterString_PropertyType </cit:electronicMailAddress> [0..*] 
</...>

Schema Component Representation

<complexType name="CI_Address_Type">
   <complexContent>
      <extension base="gco:AbstractObject_Type">
         <sequence>
            <element name="deliveryPoint" type="gco:CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.389_ISO19103.CharacterString"/>
            <element name="city" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.390_ISO19103.CharacterString"/>
            <element name="administrativeArea" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.391_ISO19103.CharacterString"/>
            <element name="postalCode" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.392_ISO19103.CharacterString"/>
            <element name="country" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.393_ISO19103.CharacterString"/>
            <element name="electronicMailAddress" type="gco:CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.394_ISO19103.CharacterString"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_Citation_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_Citation> ... </cit:CI_Citation> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_Citation_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_Citation"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Citation_Type

Type hierarchy:

Super-types:
mcc:Abstract_Citation_Type < CI_Citation_Type (by extension)

XML Instance Representation

<...>
   <!-- 'mcc:Abstract_Citation_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:title> gco:CharacterString_PropertyType </cit:title> [1] 
   <cit:alternateTitle> gco:CharacterString_PropertyType </cit:alternateTitle> [0..*] 
   <cit:date> cit:CI_Date_PropertyType </cit:date> [0..*] 
   <cit:edition> gco:CharacterString_PropertyType </cit:edition> [0..1] 
   <cit:editionDate> gco:DateTime_PropertyType </cit:editionDate> [0..1] 
   <cit:identifier> mcc:MD_Identifier_PropertyType </cit:identifier> [0..*] 
   <cit:citedResponsibleParty> cit:CI_Responsibility_PropertyType </cit:citedResponsibleParty> [0..*] 
   <cit:presentationForm> cit:CI_PresentationFormCode_PropertyType </cit:presentationForm> [0..*] 
   <cit:series> cit:CI_Series_PropertyType </cit:series> [0..1] 
   <cit:otherCitationDetails> gco:CharacterString_PropertyType </cit:otherCitationDetails> [0..*] 
   <cit:ISBN> gco:CharacterString_PropertyType </cit:ISBN> [0..1] 
   <cit:ISSN> gco:CharacterString_PropertyType </cit:ISSN> [0..1] 
   <cit:onlineResource> cit:CI_OnlineResource_PropertyType </cit:onlineResource> [0..*] 
   <cit:graphic> mcc:MD_BrowseGraphic_PropertyType </cit:graphic> [0..*] 
</...>

Schema Component Representation

<complexType name="CI_Citation_Type">
   <complexContent>
      <extension base="mcc:Abstract_Citation_Type">
         <sequence>
            <element name="title" type="gco:CharacterString_PropertyType" id="ISO19115-1.362_ISO19103.CharacterString"/>
            <element name="alternateTitle" type="gco:CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.363_ISO19103.CharacterString"/>
            <element name="date" type="cit:CI_Date_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.364_ISO19115-1.402"/>
            <element name="edition" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.365_ISO19103.CharacterString"/>
            <element name="editionDate" type="gco:DateTime_PropertyType" minOccurs="0" id="ISO19115-1.366_ISO19103.DateTime"/>
            <element name="identifier" type="mcc:MD_Identifier_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.367_ISO19115-1.431"/>
            <element name="citedResponsibleParty" type="cit:CI_Responsibility_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.368_ISO19115-1.376"/>
            <element name="presentationForm" type="cit:CI_PresentationFormCode_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.369_ISO19115-1.CI_PresentationFormCode"/>
            <element name="series" type="cit:CI_Series_PropertyType" minOccurs="0" id="ISO19115-1.370_ISO19115-1.413"/>
            <element name="otherCitationDetails" type="gco:CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.371_ISO19103.CharacterString"/>
            <element name="ISBN" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.372_ISO19103.CharacterString"/>
            <element name="ISSN" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.373_ISO19103.CharacterString"/>
            <element name="onlineResource" type="cit:CI_OnlineResource_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.374_ISO19115-1.405"/>
            <element name="graphic" type="mcc:MD_BrowseGraphic_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.375_ISO19115-1.437"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_Contact_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_Contact> ... </cit:CI_Contact> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_Contact_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_Contact"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Contact_Type

Type hierarchy:

Super-types:
gco:AbstractObject_Type < CI_Contact_Type (by extension)

XML Instance Representation

<...>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:phone> cit:CI_Telephone_PropertyType </cit:phone> [0..*] 
   <cit:address> cit:CI_Address_PropertyType </cit:address> [0..*] 
   <cit:onlineResource> cit:CI_OnlineResource_PropertyType </cit:onlineResource> [0..*] 
   <cit:hoursOfService> gco:CharacterString_PropertyType </cit:hoursOfService> [0..*] 
   <cit:contactInstructions> gco:CharacterString_PropertyType </cit:contactInstructions> [0..1] 
   <cit:contactType> gco:CharacterString_PropertyType </cit:contactType> [0..1]
</...>

Schema Component Representation

<complexType name="CI_Contact_Type">
   <complexContent>
      <extension base="gco:AbstractObject_Type">
         <sequence>
            <element name="phone" type="cit:CI_Telephone_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.396_ISO19115-1.417"/>
            <element name="address" type="cit:CI_Address_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.397_ISO19115-1.388"/>
            <element name="onlineResource" type="cit:CI_OnlineResource_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.398_ISO19115-1.405"/>
            <element name="hoursOfService" type="gco:CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.399_ISO19103.CharacterString"/>
            <element name="contactInstructions" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.400_ISO19103.CharacterString"/>
            <element name="contactType" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.401_ISO19103.CharacterString"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_DateTypeCode_PropertyType

XML Instance Representation

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

Schema Component Representation

<complexType name="CI_DateTypeCode_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_DateTypeCode"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Date_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_Date> ... </cit:CI_Date> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_Date_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_Date"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Date_Type

Type hierarchy:

Super-types:
mcc:Abstract_TypedDate_Type < CI_Date_Type (by extension)

XML Instance Representation

<...>
   <!-- 'mcc:Abstract_TypedDate_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:date> gco:Date_PropertyType </cit:date> [1] 
   <cit:dateType> cit:CI_DateTypeCode_PropertyType </cit:dateType> [1] 
</...>

Schema Component Representation

<complexType name="CI_Date_Type">
   <complexContent>
      <extension base="mcc:Abstract_TypedDate_Type">
         <sequence>
<--          <element name="date" type="gco:DateTime_PropertyType">--><-- use of gco:DateTime property did not implement the intention of the 19115-1 committee, the desire was
          for the more general representation allowing date, datetime, yy, yymm, etc. 
          See discussion on github https://github.com/ISO-TC211/XML/issues/117https://github.com/ISO-TC211/XML/issues/117
          SMR 2015-09-01 -->            <element name="date" type="gco:Date_PropertyType" id="ISO19115-1.403_ISO19103.Date"/>
            <element name="dateType" type="cit:CI_DateTypeCode_PropertyType" id="ISO19115-1.404_ISO19115-1.CI_DateTypeCode"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_Individual_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_Individual> ... </cit:CI_Individual> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_Individual_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_Individual"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Individual_Type

Type hierarchy:

Super-types:
gco:AbstractObject_Type < AbstractCI_Party_Type (by extension) < CI_Individual_Type (by extension)

XML Instance Representation

<...>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:contactInfo> cit:CI_Contact_PropertyType </cit:contactInfo> [0..*] 
   <cit:partyIdentifier> mcc:MD_Identifier_PropertyType </cit:partyIdentifier> [0..*] 
   <cit:positionName> gco:CharacterString_PropertyType </cit:positionName> [0..1] 
</...>

Schema Component Representation

<complexType name="CI_Individual_Type">
   <complexContent>
      <extension base="cit:AbstractCI_Party_Type">
         <sequence>
            <element name="positionName" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.384_ISO19103.CharacterString"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_OnLineFunctionCode_PropertyType

XML Instance Representation

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

Schema Component Representation

<complexType name="CI_OnLineFunctionCode_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_OnLineFunctionCode"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_OnlineResource_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_OnlineResource> ... </cit:CI_OnlineResource> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_OnlineResource_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_OnlineResource"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_OnlineResource_Type

Type hierarchy:

Super-types:
mcc:Abstract_OnlineResource_Type < CI_OnlineResource_Type (by extension)

XML Instance Representation

<...>
   <!-- 'mcc:Abstract_OnlineResource_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:linkage> gco:CharacterString_PropertyType </cit:linkage> [1] 
   <cit:protocol> gco:CharacterString_PropertyType </cit:protocol> [0..1] 
   <cit:applicationProfile> gco:CharacterString_PropertyType </cit:applicationProfile> [0..1] 
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:description> gco:CharacterString_PropertyType </cit:description> [0..1] 
   <cit:function> cit:CI_OnLineFunctionCode_PropertyType </cit:function> [0..1] 
   <cit:protocolRequest> gco:CharacterString_PropertyType </cit:protocolRequest> [0..1] 
</...>

Schema Component Representation

<complexType name="CI_OnlineResource_Type">
   <complexContent>
      <extension base="mcc:Abstract_OnlineResource_Type">
         <sequence>
            <element name="linkage" type="gco:CharacterString_PropertyType" id="ISO19115-1.406_ISO19103.CharacterString"/>
            <element name="protocol" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.407_ISO19103.CharacterString"/>
            <element name="applicationProfile" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.408_ISO19103.CharacterString"/>
            <element name="name" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.409_ISO19103.CharacterString"/>
            <element name="description" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.410_ISO19103.CharacterString"/>
            <element name="function" type="cit:CI_OnLineFunctionCode_PropertyType" minOccurs="0" id="ISO19115-1.411_ISO19115-1.CI_OnLineFunctionCode"/>
            <element name="protocolRequest" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.412_ISO19103.CharacterString"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_Organisation_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_Organisation> ... </cit:CI_Organisation> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_Organisation_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_Organisation"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Organisation_Type

Type hierarchy:

Super-types:
gco:AbstractObject_Type < AbstractCI_Party_Type (by extension) < CI_Organisation_Type (by extension)

XML Instance Representation

<...>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:contactInfo> cit:CI_Contact_PropertyType </cit:contactInfo> [0..*] 
   <cit:partyIdentifier> mcc:MD_Identifier_PropertyType </cit:partyIdentifier> [0..*] 
   <cit:logo> mcc:MD_BrowseGraphic_PropertyType </cit:logo> [0..*] 
   <cit:individual> cit:CI_Individual_PropertyType </cit:individual> [0..*]
</...>

Schema Component Representation

<complexType name="CI_Organisation_Type">
   <complexContent>
      <extension base="cit:AbstractCI_Party_Type">
         <sequence>
            <element name="logo" type="mcc:MD_BrowseGraphic_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.386_ISO19115-1.437"/>
            <element name="individual" type="cit:CI_Individual_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.387_ISO19115-1.383"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_PresentationFormCode_PropertyType

XML Instance Representation

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

Schema Component Representation

<complexType name="CI_PresentationFormCode_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_PresentationFormCode"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Responsibility_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_Responsibility> ... </cit:CI_Responsibility> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_Responsibility_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_Responsibility"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Responsibility_Type

Type hierarchy:

Super-types:
mcc:Abstract_Responsibility_Type < CI_Responsibility_Type (by extension)

XML Instance Representation

<...>
   <!-- 'mcc:Abstract_Responsibility_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:role> cit:CI_RoleCode_PropertyType </cit:role> [1] 
   <cit:extent> mcc:Abstract_Extent_PropertyType </cit:extent> [0..*] 
   <cit:party> cit:AbstractCI_Party_PropertyType </cit:party> [1..*]
</...>

Schema Component Representation

<complexType name="CI_Responsibility_Type">
   <complexContent>
      <extension base="mcc:Abstract_Responsibility_Type">
         <sequence>
            <element name="role" type="cit:CI_RoleCode_PropertyType" id="ISO19115-1.377_ISO19115-1.CI_RoleCode"/>
            <element name="extent" type="mcc:Abstract_Extent_PropertyType" maxOccurs="unbounded" minOccurs="0" id="ISO19115-1.378_ISO19115-1.335"/>
            <element name="party" type="cit:AbstractCI_Party_PropertyType" maxOccurs="unbounded" id="ISO19115-1.379_ISO19115-1.380"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_RoleCode_PropertyType

XML Instance Representation

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

Schema Component Representation

<complexType name="CI_RoleCode_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_RoleCode"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Series_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_Series> ... </cit:CI_Series> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_Series_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_Series"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Series_Type

Type hierarchy:

Super-types:
gco:AbstractObject_Type < CI_Series_Type (by extension)

XML Instance Representation

<...>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:name> gco:CharacterString_PropertyType </cit:name> [0..1] 
   <cit:issueIdentification> gco:CharacterString_PropertyType </cit:issueIdentification> [0..1] 
   <cit:page> gco:CharacterString_PropertyType </cit:page> [0..1] 
</...>

Schema Component Representation

<complexType name="CI_Series_Type">
   <complexContent>
      <extension base="gco:AbstractObject_Type">
         <sequence>
            <element name="name" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.414_ISO19103.CharacterString"/>
            <element name="issueIdentification" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.415_ISO19103.CharacterString"/>
            <element name="page" type="gco:CharacterString_PropertyType" minOccurs="0" id="ISO19115-1.416_ISO19103.CharacterString"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

Complex Type: CI_TelephoneTypeCode_PropertyType

XML Instance Representation

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

Schema Component Representation

<complexType name="CI_TelephoneTypeCode_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_TelephoneTypeCode"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Telephone_PropertyType

XML Instance Representation

<...
Attribute group reference (not shown): gco:ObjectReference
gco:nilReason="" [0..1] > Start Sequence [0..1] <cit:CI_Telephone> ... </cit:CI_Telephone> [1] End Sequence </...>

Schema Component Representation

<complexType name="CI_Telephone_PropertyType">
   <sequence minOccurs="0">
      <element ref="cit:CI_Telephone"/>
   </sequence>
   <attributeGroup ref="gco:ObjectReference"/>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: CI_Telephone_Type

Type hierarchy:

Super-types:
gco:AbstractObject_Type < CI_Telephone_Type (by extension)

XML Instance Representation

<...>
   <!-- 'gco:AbstractObject_Type' super type was not found in this schema. Some elements and attributes may be missing. -->
   <cit:number> gco:CharacterString_PropertyType </cit:number> [1] 
   <cit:numberType> cit:CI_TelephoneTypeCode_PropertyType </cit:numberType> [0..1] 
</...>

Schema Component Representation

<complexType name="CI_Telephone_Type">
   <complexContent>
      <extension base="gco:AbstractObject_Type">
         <sequence>
            <element name="number" type="gco:CharacterString_PropertyType" id="ISO19115-1.418_ISO19103.CharacterString"/>
            <element name="numberType" type="cit:CI_TelephoneTypeCode_PropertyType" minOccurs="0" id="ISO19115-1.419_ISO19115-1.CI_TelephoneTypeCode"/>
         </sequence>
      </extension>
   </complexContent>
</complexType>

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.