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_xsd1 Drilldown into Communication in schema components_xsd1 Drilldown into DepartmentName in schema fields_xsd1 Drilldown into Responsibility in schema fields_xsd1 Drilldown into JobTitle in schema fields_xsd1 Drilldown into Name in schema fields_xsd1 Drilldown into ID in schema fields_xsd1XSD Diagram of ContactABIEType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType abstract="true" name="ContactABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            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 maxOccurs="unbounded" minOccurs="0" ref="ID" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Name" />
        <xsd:element minOccurs="0" ref="JobTitle" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Responsibility" />
        <xsd:element minOccurs="0" ref="DepartmentName" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Communication" />
        <xsd:element minOccurs="0" ref="Preference" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oagis:ID 0 unbounded
Name oagis:Name 0 unbounded
JobTitle oagis:JobTitle 0 (1)
Responsibility oagis:Responsibility 0 unbounded
DepartmentName oagis:DepartmentName 0 (1)
Communication oagis:Communication 0 unbounded
Preference oagis:Preference 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:SemanticContactType, oagis:SignatoryContactType