gmd:CI_Citation_Type

Standardized resource reference

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Element gmd:CI_Citation

Source

<xs:complexType name="CI_Citation_Type">
  <xs:annotation>
    <xs:documentation>Standardized resource reference</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="title" type="gco:CharacterString_PropertyType"/>
        <xs:element name="alternateTitle" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="date" type="gmd:CI_Date_PropertyType" maxOccurs="unbounded"/>
        <xs:element name="edition" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="editionDate" type="gco:Date_PropertyType" minOccurs="0"/>
        <xs:element name="identifier" type="gmd:MD_Identifier_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="citedResponsibleParty" type="gmd:CI_ResponsibleParty_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="presentationForm" type="gmd:CI_PresentationFormCode_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="series" type="gmd:CI_Series_PropertyType" minOccurs="0"/>
        <xs:element name="otherCitationDetails" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="collectiveTitle" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="ISBN" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="ISSN" type="gco:CharacterString_PropertyType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>