Definition Type: ComplexType
Name: CommunicationABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
CommunicationABIEType is logically derived from UN/CEFACT TBG17 ABIE CommunicationType 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 Text in schema fields_xsd1 Drilldown into HTMLPreferredIndicator in schema fields_xsd1 Drilldown into URI in schema fields_xsd1 Drilldown into Address in schema components_xsd1 Drilldown into Access in schema fields_xsd1 Drilldown into Extension in schema fields_xsd1 Drilldown into DialNumber in schema fields_xsd1 Drilldown into AreaDialing in schema fields_xsd1 Drilldown into CountryDialing in schema fields_xsd1 Drilldown into UseCode in schema fields_xsd1 Drilldown into ChannelCode in schema fields_xsd1 Drilldown into preferredIndicator in schema components_xsd1 Drilldown into sequence in schema components_xsd1XSD Diagram of CommunicationABIEType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CommunicationABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">CommunicationABIEType is logically derived from UN/CEFACT TBG17 ABIE CommunicationType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ChannelCode" minOccurs="0" />
        <xsd:element ref="UseCode" minOccurs="0" />
        <xsd:choice>
            <xsd:sequence>
                <xsd:element ref="CountryDialing" minOccurs="0" />
                <xsd:element ref="AreaDialing" minOccurs="0" />
                <xsd:element ref="DialNumber" minOccurs="0" />
                <xsd:element ref="Extension" minOccurs="0" />
                <xsd:element ref="Access" minOccurs="0" />
            </xsd:sequence>
            <xsd:element ref="Address" minOccurs="0" />
            <xsd:sequence>
                <xsd:element ref="URI" minOccurs="0" />
                <xsd:element ref="HTMLPreferredIndicator" minOccurs="0" />
            </xsd:sequence>
            <xsd:element ref="Text" minOccurs="0" maxOccurs="unbounded" />
        </xsd:choice>
        <xsd:element ref="Preference" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="sequence" type="PositiveIntegerNumericType" />
    <xsd:attribute name="preferredIndicator" type="IndicatorType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ChannelCode oa:ChannelCode 0 (1)
UseCode oa:UseCode 0 (1)
CountryDialing oa:CountryDialing 0 (1)
AreaDialing oa:AreaDialing 0 (1)
DialNumber oa:DialNumber 0 (1)
Extension oa:Extension 0 (1)
Access oa:Access 0 (1)
Address oa:Address 0 (1)
URI oa:URI 0 (1)
HTMLPreferredIndicator oa:HTMLPreferredIndicator 0 (1)
Text oa:Text 0 unbounded
Preference oa:Preference 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
sequence oa:sequence (Optional)
preferredIndicator oa:preferredIndicator (Optional)
Collapse Derivation Tree:
Collapse References:
oa:CommunicationType