gmd:MD_StandardOrderProcess_Type

Common ways in which the dataset may be obtained or received, and related instructions and fee information

Complex Type Information

Model

Attributes

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

Used By

Source

<xs:complexType name="MD_StandardOrderProcess_Type">
  <xs:annotation>
    <xs:documentation>Common ways in which the dataset may be obtained or received, and related instructions and fee information</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="fees" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="plannedAvailableDateTime" type="gco:DateTime_PropertyType" minOccurs="0"/>
        <xs:element name="orderingInstructions" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="turnaround" type="gco:CharacterString_PropertyType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>