Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema portrayalCatalogue.xsd
Namespace http://www.isotc211.org/2005/gmd
Annotations
Geographic MetaData (GMD) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This portrayalCatalogue.xsd schema implements the UML conceptual schema defined in A.2.9 of ISO 19115:2003. It contains the implementation of the class MD_PortrayalCatalogueReference.
Properties
attribute form default unqualified
element form default qualified
version 2012-07-13
Element gmd:MD_PortrayalCatalogueReference
Namespace http://www.isotc211.org/2005/gmd
Diagram
DiagramgcoBase_xsd.tmp#ObjectIdentificationgcoBase_xsd.tmp#AbstractObject_TypeportrayalCatalogue_xsd.tmp#MD_PortrayalCatalogueReference_Type_portrayalCatalogueCitationportrayalCatalogue_xsd.tmp#MD_PortrayalCatalogueReference_Type
Type gmd:MD_PortrayalCatalogueReference_Type
Type hierarchy
Properties
content complex
Used by
Model
Children gmd:portrayalCatalogueCitation
Instance
<gmd:MD_PortrayalCatalogueReference id="" uuid="" xmlns:gmd="http://www.isotc211.org/2005/gmd">
  <gmd:portrayalCatalogueCitation xlink:actuate="" xlink:arcrole="" xlink:href="" gco:nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" uuidref="">{1,unbounded}</gmd:portrayalCatalogueCitation>
</gmd:MD_PortrayalCatalogueReference>
Attributes
QName Type Use
id xs:ID optional
uuid xs:string optional
Source
<xs:element name="MD_PortrayalCatalogueReference" type="gmd:MD_PortrayalCatalogueReference_Type"/>
Element gmd:MD_PortrayalCatalogueReference_Type / gmd:portrayalCatalogueCitation
Namespace http://www.isotc211.org/2005/gmd
Diagram
DiagramgcoBase_xsd.tmp#ObjectReferencegcoBase_xsd.tmp#nilReasoncitation_xsd.tmp#CI_Citationcitation_xsd.tmp#CI_Citation_PropertyType
Type gmd:CI_Citation_PropertyType
Properties
content complex
maxOccurs unbounded
Model
Children gmd:CI_Citation
Instance
<gmd:portrayalCatalogueCitation xlink:actuate="" xlink:arcrole="" xlink:href="" gco:nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" uuidref="" xmlns:gmd="http://www.isotc211.org/2005/gmd">
  <gmd:CI_Citation id="" uuid="">{1,1}</gmd:CI_Citation>
</gmd:portrayalCatalogueCitation>
Attributes
Source
<xs:element name="portrayalCatalogueCitation" type="gmd:CI_Citation_PropertyType" maxOccurs="unbounded"/>
Complex Type gmd:MD_PortrayalCatalogueReference_PropertyType
Namespace http://www.isotc211.org/2005/gmd
Diagram
DiagramgcoBase_xsd.tmp#ObjectReferencegcoBase_xsd.tmp#nilReasonportrayalCatalogue_xsd.tmp#MD_PortrayalCatalogueReference
Used by
Model
Children gmd:MD_PortrayalCatalogueReference
Attributes
Source
<xs:complexType name="MD_PortrayalCatalogueReference_PropertyType">
  <xs:sequence minOccurs="0">
    <xs:element ref="gmd:MD_PortrayalCatalogueReference"/>
  </xs:sequence>
  <xs:attributeGroup ref="gco:ObjectReference"/>
  <xs:attribute ref="gco:nilReason"/>
</xs:complexType>
Complex Type gmd:MD_PortrayalCatalogueReference_Type
Namespace http://www.isotc211.org/2005/gmd
Annotations
Information identifing the portrayal catalogue used
Diagram
DiagramgcoBase_xsd.tmp#ObjectIdentificationgcoBase_xsd.tmp#AbstractObject_TypeportrayalCatalogue_xsd.tmp#MD_PortrayalCatalogueReference_Type_portrayalCatalogueCitation
Type extension of gco:AbstractObject_Type
Type hierarchy
Used by
Model
Children gmd:portrayalCatalogueCitation
Attributes
QName Type Use
id xs:ID optional
uuid xs:string optional
Source
<xs:complexType name="MD_PortrayalCatalogueReference_Type">
  <xs:annotation>
    <xs:documentation>Information identifing the portrayal catalogue used</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="portrayalCatalogueCitation" type="gmd:CI_Citation_PropertyType" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>