Definition Type Element
Name ContactDetails
Abstract False
Documentation Information pertaining to the contact person in the organisation pertaining to this document, if available.
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="ContactDetails" >
  <xs:annotation>
    <xs:documentation>Information pertaining to the contact person in the organisation pertaining to this document, if available.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="personName" type="xs:string">
        <xs:annotation>
          <xs:documentation>Full Name of the person to be contacted within the organisation.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="departmentName" type="xs:string">
        <xs:annotation>
          <xs:documentation>Name of the organisational unit or Department that the Contact person works in</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="telephoneNumber" type="xs:string">
        <xs:annotation>
          <xs:documentation>Telephone Number. Precise format will depend on the parties concerned and local format for telephone numbers.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="faxNumber" type="xs:string">
        <xs:annotation>
          <xs:documentation>Fax (Facsimile) Number.  Precise format will depend on the parties concerned and local format for fax numbers.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="e-MailAddress" type="xs:string">
        <xs:annotation>
          <xs:documentation>Electronic mailing address</xs:documentation>
        </xs:annotation>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
ContactDetails
    ContactDetails
    ContactDetails
    ContactDetails
    ContactDetails
    ContactDetails
    ContactDetails
    ContactDetails
    ContactDetails
    ContactDetails
References
ContactDetails , ContactDetails , ContactDetails , ContactDetails , ContactDetails , ContactDetails , ContactDetails , ContactDetails , ContactDetails
Generated using Liquid XML Studio by Liquid Technologies Ltd