Definition Type: ComplexType
Name: ContactABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Documentation:
ContactABIEType is logically derived from UN/CEFACT TBG17 ABIE ContactType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into Preference in schema components_xsd Drilldown into Communication in schema components_xsd Drilldown into DepartmentName in schema fields_xsd Drilldown into Responsibility in schema fields_xsd Drilldown into JobTitle in schema fields_xsd Drilldown into Name in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of ContactABIEType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="ContactABIEType" abstract="true">
    <xsd:annotation>
        <xsd:documentation>ContactABIEType is logically derived from UN/CEFACT TBG17 ABIE ContactType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Name" minOccurs="0" />
        <xsd:element ref="JobTitle" minOccurs="0" />
        <xsd:element ref="Responsibility" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="DepartmentName" minOccurs="0" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Preference" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 unbounded
Name nsA:Name 0 (1)
JobTitle nsA:JobTitle 0 (1)
Responsibility nsA:Responsibility 0 unbounded
DepartmentName nsA:DepartmentName 0 (1)
Communication nsA:Communication 0 unbounded
Preference nsA:Preference 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:SemanticContactType, nsA:SignatoryContactType