-- Definition --schema for additional basic types used by multiple themes-- Description --NOTE The additional types specified with Annex II/III data specifications are placed in a separate schema to maintain backwards compatibility.
Properties
attribute form default
unqualified
element form default
qualified
version
1.0
Element base2:LegislationCitation
Namespace
http://inspire.ec.europa.eu/schemas/base2/1.0
Annotations
-- Name --legislation citation-- Definition --Citation for the purposes of unambiguously referencing a legal act or a specific part of a legal act.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="LegislationCitation" type="base2:LegislationCitationType" substitutionGroup="base2:DocumentCitation"><annotation><documentation>-- Name -- legislation citation -- Definition -- Citation for the purposes of unambiguously referencing a legal act or a specific part of a legal act.</documentation></annotation></element>
-- Name --name-- Definition --Name of the document.-- Description --NOTE For legal documents, this should be the official name assigned to the legislative instrument.EXAMPLE The official legal name for the INSPIRE Directive is "Directive 2007/2/EC of the European Parliament and of the Council of 14 March 2007 establishing an Infrastructure for Spatial Information in the European Community (INSPIRE)"
Diagram
Type
string
Properties
content
simple
Source
<element name="name" type="string"><annotation><documentation>-- Name -- name -- Definition -- Name of the document. -- Description -- NOTE For legal documents, this should be the official name assigned to the legislative instrument. EXAMPLE The official legal name for the INSPIRE Directive is "Directive 2007/2/EC of the European Parliament and of the Council of 14 March 2007 establishing an Infrastructure for Spatial Information in the European Community (INSPIRE)"</documentation></annotation></element>
-- Name --short name-- Definition --Short name or alternative title of the document.-- Description --NOTE For legal documents, this should be a short name or alternative title commonly used to identify the legislation.EXAMPLE 1: INSPIRE Directive is the short name for "Directive 2007/2/EC of the European Parliament and of the Council of 14 March 2007 establishing an Infrastructure for Spatial Information in the European Community (INSPIRE)"EXAMPLE 2: CAFE Directive is the short name for the Directive 2008/50/EC of the European Parliament and of the Council of 21 May 2008 on ambient air quality and cleaner air for Europe" EXAMPLE 3: Water Framework Directive the short name for "Directive 2000/60/EC of the European Parliament and of the Council establishing a framework for the Community action in the field of water policy"
<element name="shortName" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- short name -- Definition -- Short name or alternative title of the document. -- Description -- NOTE For legal documents, this should be a short name or alternative title commonly used to identify the legislation. EXAMPLE 1: INSPIRE Directive is the short name for "Directive 2007/2/EC of the European Parliament and of the Council of 14 March 2007 establishing an Infrastructure for Spatial Information in the European Community (INSPIRE)" EXAMPLE 2: CAFE Directive is the short name for the Directive 2008/50/EC of the European Parliament and of the Council of 21 May 2008 on ambient air quality and cleaner air for Europe" EXAMPLE 3: Water Framework Directive the short name for "Directive 2000/60/EC of the European Parliament and of the Council establishing a framework for the Community action in the field of water policy"</documentation></annotation><complexType><simpleContent><extension base="string"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element>
<element name="date" nillable="true"><annotation><documentation>-- Name -- date -- Definition -- Date of creation, publication or revision of the document.</documentation></annotation><complexType><complexContent><extension base="gml:AbstractMetadataPropertyType"><sequence><element ref="gmd:CI_Date"/></sequence><attribute name="nilReason" type="gml:NilReasonType"/></extension></complexContent></complexType></element>
<element name="link" nillable="true" maxOccurs="unbounded"><annotation><documentation>-- Name -- link to online version -- Definition -- Link to an online version of the document</documentation></annotation><complexType><simpleContent><extension base="anyURI"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element>
-- Name --specific reference-- Definition --Reference to a specific part of the document.-- Description --EXAMPLE For legal documents, this attribute can contain a reference to article(s) that specify a specific requirement or obligation.
<element name="specificReference" nillable="true" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>-- Name -- specific reference -- Definition -- Reference to a specific part of the document. -- Description -- EXAMPLE For legal documents, this attribute can contain a reference to article(s) that specify a specific requirement or obligation.</documentation></annotation><complexType><simpleContent><extension base="string"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element>
-- Name --identification number-- Definition --Code used to identify the legislative instrument-- Description --EXAMPLE 1: 2007/2/EC is the identification number for the INSPIRE DirectiveEXAMPLE 2: 2008/50/EC is the identification number for the CAFE DirectiveEXAMPLE 3: 2000/60/EC is the identification number for the Water Framework Directive
Diagram
Type
string
Properties
content
simple
minOccurs
0
Source
<element name="identificationNumber" type="string" minOccurs="0"><annotation><documentation>-- Name -- identification number -- Definition -- Code used to identify the legislative instrument -- Description -- EXAMPLE 1: 2007/2/EC is the identification number for the INSPIRE Directive EXAMPLE 2: 2008/50/EC is the identification number for the CAFE Directive EXAMPLE 3: 2000/60/EC is the identification number for the Water Framework Directive</documentation></annotation></element>
-- Name --official document number-- Definition --Official document number used to uniquely identify the legislative instrument.-- Description --NOTE: An official document number may be assigned to uniquely identify the legislative instrument.EXAMPLE: CELEX Number used to uniquely identify European Union Legislation
Diagram
Type
string
Properties
content
simple
minOccurs
0
Source
<element name="officialDocumentNumber" type="string" minOccurs="0"><annotation><documentation>-- Name -- official document number -- Definition -- Official document number used to uniquely identify the legislative instrument. -- Description -- NOTE: An official document number may be assigned to uniquely identify the legislative instrument. EXAMPLE: CELEX Number used to uniquely identify European Union Legislation</documentation></annotation></element>
<element name="dateEnteredIntoForce" type="gml:TimePositionType" minOccurs="0"><annotation><documentation>-- Name -- date entered into force -- Definition -- Date the legislative instrument entered into force.</documentation></annotation></element>
<element name="dateRepealed" type="gml:TimePositionType" minOccurs="0"><annotation><documentation>-- Name -- date repealed -- Definition -- Date the legislative instrument was repealed.</documentation></annotation></element>
<element name="level" type="gml:ReferenceType"><annotation><documentation>-- Name -- name -- Definition -- The level at which the legislative instrument is adopted.</documentation></annotation></element>
<element name="journalCitation" type="base2:OfficialJournalInformationPropertyType" minOccurs="0"><annotation><documentation>-- Name -- journal citation -- Definition -- Citation of the official journal in which the legislation is published.</documentation></annotation></element>
Element base2:OfficialJournalInformation
Namespace
http://inspire.ec.europa.eu/schemas/base2/1.0
Annotations
-- Name --official journal information-- Definition --Full citation of the location of the legislative instrument within the official journal.
<element name="OfficialJournalInformation" type="base2:OfficialJournalInformationType" substitutionGroup="gml:AbstractObject"><annotation><documentation>-- Name -- official journal information -- Definition -- Full citation of the location of the legislative instrument within the official journal.</documentation></annotation></element>
-- Name --official journal identification-- Definition --Reference to the location within the official journal within which the legislative instrument was published. This reference shall be comprised of three parts:- the title of the official journal;- the volume and/or series number;- Page number(s);-- Description --EXAMPLE: Official Journal of European Union (OJEU), L108, Volume 50, 1-14
Diagram
Type
string
Properties
content
simple
Source
<element name="officialJournalIdentification" type="string"><annotation><documentation>-- Name -- official journal identification -- Definition -- Reference to the location within the official journal within which the legislative instrument was published. This reference shall be comprised of three parts: - the title of the official journal; - the volume and/or series number; - Page number(s); -- Description -- EXAMPLE: Official Journal of European Union (OJEU), L108, Volume 50, 1-14</documentation></annotation></element>
-- Name --ISSN-- Definition --The International Standard Serial Number (ISSN) is an eight-digit number that identifies the periodical publication in which the legislative instrument was published.-- Description --NOTE: Periodical publilcations are issued in successive parts, usually having numerical or chronological designations and required that each serial publication can be uniquely identified.EXAMPLE: OJ Series in which INSPIRE Directive is published has been assigned the ISSN: 1725-2555
Diagram
Type
string
Properties
content
simple
minOccurs
0
Source
<element name="ISSN" type="string" minOccurs="0"><annotation><documentation>-- Name -- ISSN -- Definition -- The International Standard Serial Number (ISSN) is an eight-digit number that identifies the periodical publication in which the legislative instrument was published. -- Description -- NOTE: Periodical publilcations are issued in successive parts, usually having numerical or chronological designations and required that each serial publication can be uniquely identified. EXAMPLE: OJ Series in which INSPIRE Directive is published has been assigned the ISSN: 1725-2555</documentation></annotation></element>
-- Name --ISBN-- Definition --International Standard Book Number (ISBN) is an nine-digit number that uniquely identifies the book in which the legislative instrument was published.
Diagram
Type
string
Properties
content
simple
minOccurs
0
Source
<element name="ISBN" type="string" minOccurs="0"><annotation><documentation>-- Name -- ISBN -- Definition -- International Standard Book Number (ISBN) is an nine-digit number that uniquely identifies the book in which the legislative instrument was published.</documentation></annotation></element>
-- Name --link to online version-- Definition --Link to an online version of the official journal
Diagram
Type
anyURI
Properties
content
simple
minOccurs
0
Source
<element name="linkToJournal" type="anyURI" minOccurs="0"><annotation><documentation>-- Name -- link to online version -- Definition -- Link to an online version of the official journal</documentation></annotation></element>
Element base2:RelatedParty
Namespace
http://inspire.ec.europa.eu/schemas/base2/1.0
Annotations
-- Name --related party-- Definition --An organisation or a person with a role related to a resource.-- Description --NOTE 1 A party, typically an individual person, acting as a general point of contact for a resource can be specified without providing any particular role.
<element name="RelatedParty" type="base2:RelatedPartyType" substitutionGroup="gml:AbstractObject"><annotation><documentation>-- Name -- related party -- Definition -- An organisation or a person with a role related to a resource. -- Description -- NOTE 1 A party, typically an individual person, acting as a general point of contact for a resource can be specified without providing any particular role.</documentation></annotation></element>
<element name="individualName" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- individual name -- Definition -- Name of the related person.</documentation></annotation></element>
<element name="organisationName" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- organisation name -- Definition -- Name of the related organisation.</documentation></annotation></element>
<element name="positionName" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- position name -- Definition -- Position of the party in relation to a resource, such as head of department.</documentation></annotation></element>
<element name="contact" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- contact -- Definition -- Contact information for the related party.</documentation></annotation><complexType><sequence><element ref="base2:Contact"/></sequence><attribute name="nilReason" type="gml:NilReasonType"/></complexType></element>
Element base2:Contact
Namespace
http://inspire.ec.europa.eu/schemas/base2/1.0
Annotations
-- Name --contact-- Definition --Communication channels by which it is possible to gain access to someone or something.-- Description --
<element name="Contact" type="base2:ContactType" substitutionGroup="gml:AbstractObject"><annotation><documentation>-- Name -- contact -- Definition -- Communication channels by which it is possible to gain access to someone or something. -- Description --</documentation></annotation></element>
<element name="contactInstructions" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Definition -- Supplementary instructions on how or when to contact an individual or organisation. -- Description --</documentation></annotation></element>
<element name="hoursOfService" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Definition -- Periods of time when the organisation or individual can be contacted. -- Description --</documentation></annotation></element>
<element name="telephoneFacsimile" nillable="true" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>-- Definition -- Number of a facsimile machine of the organisation or individual. -- Description --</documentation></annotation><complexType><simpleContent><extension base="string"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element>
<element name="telephoneVoice" nillable="true" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>-- Definition -- Telephone number of the organisation or individual. -- Description --</documentation></annotation><complexType><simpleContent><extension base="string"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element>
<element name="website" nillable="true" minOccurs="0"><annotation><documentation>-- Definition -- Pages provided on the World Wide Web by the organisation or individual. -- Description --</documentation></annotation><complexType><simpleContent><extension base="anyURI"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element>
<element name="role" type="gml:ReferenceType" nillable="true" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>-- Definition -- Role(s) of the party in relation to a resource, such as owner.</documentation><appinfo><taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="obligation">TG</taggedValue></appinfo></annotation></element>
Element base2:DocumentCitation
Namespace
http://inspire.ec.europa.eu/schemas/base2/1.0
Annotations
-- Name --document citation-- Definition --Citation for the purposes of unambiguously referencing a document.
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="DocumentCitation" type="base2:DocumentCitationType" substitutionGroup="gml:AbstractGML"><annotation><documentation>-- Name -- document citation -- Definition -- Citation for the purposes of unambiguously referencing a document.</documentation></annotation></element>
Element base2:ThematicIdentifier
Namespace
http://inspire.ec.europa.eu/schemas/base2/1.0
Annotations
-- Name --thematic identifier-- Definition --Thematic identifier to uniquely identify the spatial object. -- Description --Some spatial objects may be assigned multiple unique identifiers. These may have been established to meet data exchange requirements of different reporting obligations at International, European or national levels and/or internal data maintenance requirements.
<element name="ThematicIdentifier" type="base2:ThematicIdentifierType" substitutionGroup="gml:AbstractObject"><annotation><documentation>-- Name -- thematic identifier -- Definition -- Thematic identifier to uniquely identify the spatial object. -- Description -- Some spatial objects may be assigned multiple unique identifiers. These may have been established to meet data exchange requirements of different reporting obligations at International, European or national levels and/or internal data maintenance requirements.</documentation></annotation></element>
-- Name --identifier-- Definition --Unique identifier used to identify the spatial object within the specified identification scheme.
Diagram
Type
string
Properties
content
simple
Source
<element name="identifier" type="string"><annotation><documentation>-- Name -- identifier -- Definition -- Unique identifier used to identify the spatial object within the specified identification scheme.</documentation></annotation></element>
-- Name --identifier scheme-- Definition --Identifier defining the scheme used to assign the identifier.-- Description --NOTE 1: Reporting requirements for different environmental legislation mandate that each spatial object is assigned an identifier conforming to specific lexical rules. NOTE 2: These rules are often inconsistent so a spatial object may be assigned multiple identifiers which are used for object referencing to link information to the spatial object.
Diagram
Type
string
Properties
content
simple
Source
<element name="identifierScheme" type="string"><annotation><documentation>-- Name -- identifier scheme -- Definition -- Identifier defining the scheme used to assign the identifier. -- Description -- NOTE 1: Reporting requirements for different environmental legislation mandate that each spatial object is assigned an identifier conforming to specific lexical rules. NOTE 2: These rules are often inconsistent so a spatial object may be assigned multiple identifiers which are used for object referencing to link information to the spatial object.</documentation></annotation></element>
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="LegislationCitationType"><complexContent><extension base="base2:DocumentCitationType"><sequence><element name="identificationNumber" type="string" minOccurs="0"><annotation><documentation>-- Name -- identification number -- Definition -- Code used to identify the legislative instrument -- Description -- EXAMPLE 1: 2007/2/EC is the identification number for the INSPIRE Directive EXAMPLE 2: 2008/50/EC is the identification number for the CAFE Directive EXAMPLE 3: 2000/60/EC is the identification number for the Water Framework Directive</documentation></annotation></element><element name="officialDocumentNumber" type="string" minOccurs="0"><annotation><documentation>-- Name -- official document number -- Definition -- Official document number used to uniquely identify the legislative instrument. -- Description -- NOTE: An official document number may be assigned to uniquely identify the legislative instrument. EXAMPLE: CELEX Number used to uniquely identify European Union Legislation</documentation></annotation></element><element name="dateEnteredIntoForce" type="gml:TimePositionType" minOccurs="0"><annotation><documentation>-- Name -- date entered into force -- Definition -- Date the legislative instrument entered into force.</documentation></annotation></element><element name="dateRepealed" type="gml:TimePositionType" minOccurs="0"><annotation><documentation>-- Name -- date repealed -- Definition -- Date the legislative instrument was repealed.</documentation></annotation></element><element name="level" type="gml:ReferenceType"><annotation><documentation>-- Name -- name -- Definition -- The level at which the legislative instrument is adopted.</documentation></annotation></element><element name="journalCitation" type="base2:OfficialJournalInformationPropertyType" minOccurs="0"><annotation><documentation>-- Name -- journal citation -- Definition -- Citation of the official journal in which the legislation is published.</documentation></annotation></element></sequence></extension></complexContent></complexType>
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<complexType name="DocumentCitationType"><complexContent><extension base="gml:AbstractGMLType"><sequence><element name="name" type="string"><annotation><documentation>-- Name -- name -- Definition -- Name of the document. -- Description -- NOTE For legal documents, this should be the official name assigned to the legislative instrument. EXAMPLE The official legal name for the INSPIRE Directive is "Directive 2007/2/EC of the European Parliament and of the Council of 14 March 2007 establishing an Infrastructure for Spatial Information in the European Community (INSPIRE)"</documentation></annotation></element><element name="shortName" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- short name -- Definition -- Short name or alternative title of the document. -- Description -- NOTE For legal documents, this should be a short name or alternative title commonly used to identify the legislation. EXAMPLE 1: INSPIRE Directive is the short name for "Directive 2007/2/EC of the European Parliament and of the Council of 14 March 2007 establishing an Infrastructure for Spatial Information in the European Community (INSPIRE)" EXAMPLE 2: CAFE Directive is the short name for the Directive 2008/50/EC of the European Parliament and of the Council of 21 May 2008 on ambient air quality and cleaner air for Europe" EXAMPLE 3: Water Framework Directive the short name for "Directive 2000/60/EC of the European Parliament and of the Council establishing a framework for the Community action in the field of water policy"</documentation></annotation><complexType><simpleContent><extension base="string"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element><element name="date" nillable="true"><annotation><documentation>-- Name -- date -- Definition -- Date of creation, publication or revision of the document.</documentation></annotation><complexType><complexContent><extension base="gml:AbstractMetadataPropertyType"><sequence><element ref="gmd:CI_Date"/></sequence><attribute name="nilReason" type="gml:NilReasonType"/></extension></complexContent></complexType></element><element name="link" nillable="true" maxOccurs="unbounded"><annotation><documentation>-- Name -- link to online version -- Definition -- Link to an online version of the document</documentation></annotation><complexType><simpleContent><extension base="anyURI"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element><element name="specificReference" nillable="true" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>-- Name -- specific reference -- Definition -- Reference to a specific part of the document. -- Description -- EXAMPLE For legal documents, this attribute can contain a reference to article(s) that specify a specific requirement or obligation.</documentation></annotation><complexType><simpleContent><extension base="string"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element></sequence></extension></complexContent></complexType>
Complex Type base2:OfficialJournalInformationPropertyType
<complexType name="OfficialJournalInformationType"><sequence><element name="officialJournalIdentification" type="string"><annotation><documentation>-- Name -- official journal identification -- Definition -- Reference to the location within the official journal within which the legislative instrument was published. This reference shall be comprised of three parts: - the title of the official journal; - the volume and/or series number; - Page number(s); -- Description -- EXAMPLE: Official Journal of European Union (OJEU), L108, Volume 50, 1-14</documentation></annotation></element><element name="ISSN" type="string" minOccurs="0"><annotation><documentation>-- Name -- ISSN -- Definition -- The International Standard Serial Number (ISSN) is an eight-digit number that identifies the periodical publication in which the legislative instrument was published. -- Description -- NOTE: Periodical publilcations are issued in successive parts, usually having numerical or chronological designations and required that each serial publication can be uniquely identified. EXAMPLE: OJ Series in which INSPIRE Directive is published has been assigned the ISSN: 1725-2555</documentation></annotation></element><element name="ISBN" type="string" minOccurs="0"><annotation><documentation>-- Name -- ISBN -- Definition -- International Standard Book Number (ISBN) is an nine-digit number that uniquely identifies the book in which the legislative instrument was published.</documentation></annotation></element><element name="linkToJournal" type="anyURI" minOccurs="0"><annotation><documentation>-- Name -- link to online version -- Definition -- Link to an online version of the official journal</documentation></annotation></element></sequence></complexType>
<complexType name="RelatedPartyType"><sequence><element name="individualName" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- individual name -- Definition -- Name of the related person.</documentation></annotation></element><element name="organisationName" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- organisation name -- Definition -- Name of the related organisation.</documentation></annotation></element><element name="positionName" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- position name -- Definition -- Position of the party in relation to a resource, such as head of department.</documentation></annotation></element><element name="contact" nillable="true" minOccurs="0"><annotation><documentation>-- Name -- contact -- Definition -- Contact information for the related party.</documentation></annotation><complexType><sequence><element ref="base2:Contact"/></sequence><attribute name="nilReason" type="gml:NilReasonType"/></complexType></element><element name="role" type="gml:ReferenceType" nillable="true" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>-- Definition -- Role(s) of the party in relation to a resource, such as owner.</documentation><appinfo><taggedValue xmlns="http://www.interactive-instruments.de/ShapeChange/AppInfo" tag="obligation">TG</taggedValue></appinfo></annotation></element></sequence></complexType>
<complexType name="ContactType"><sequence><element name="address" nillable="true" minOccurs="0"><annotation><documentation>-- Definition -- An address provided as free text.</documentation></annotation><complexType><sequence><element ref="ad:AddressRepresentation"/></sequence><attribute name="nilReason" type="gml:NilReasonType"/></complexType></element><element name="contactInstructions" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Definition -- Supplementary instructions on how or when to contact an individual or organisation. -- Description --</documentation></annotation></element><element name="electronicMailAddress" nillable="true" minOccurs="0"><annotation><documentation>-- Definition -- An address of the organisation's or individual's electronic mailbox. -- Description --</documentation></annotation><complexType><simpleContent><extension base="string"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element><element name="hoursOfService" type="gmd:PT_FreeText_PropertyType" nillable="true" minOccurs="0"><annotation><documentation>-- Definition -- Periods of time when the organisation or individual can be contacted. -- Description --</documentation></annotation></element><element name="telephoneFacsimile" nillable="true" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>-- Definition -- Number of a facsimile machine of the organisation or individual. -- Description --</documentation></annotation><complexType><simpleContent><extension base="string"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element><element name="telephoneVoice" nillable="true" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>-- Definition -- Telephone number of the organisation or individual. -- Description --</documentation></annotation><complexType><simpleContent><extension base="string"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element><element name="website" nillable="true" minOccurs="0"><annotation><documentation>-- Definition -- Pages provided on the World Wide Web by the organisation or individual. -- Description --</documentation></annotation><complexType><simpleContent><extension base="anyURI"><attribute name="nilReason" type="gml:NilReasonType"/></extension></simpleContent></complexType></element></sequence></complexType>
<complexType name="ThematicIdentifierType"><sequence><element name="identifier" type="string"><annotation><documentation>-- Name -- identifier -- Definition -- Unique identifier used to identify the spatial object within the specified identification scheme.</documentation></annotation></element><element name="identifierScheme" type="string"><annotation><documentation>-- Name -- identifier scheme -- Definition -- Identifier defining the scheme used to assign the identifier. -- Description -- NOTE 1: Reporting requirements for different environmental legislation mandate that each spatial object is assigned an identifier conforming to specific lexical rules. NOTE 2: These rules are often inconsistent so a spatial object may be assigned multiple identifiers which are used for object referencing to link information to the spatial object.</documentation></annotation></element></sequence></complexType>