Definition Type: ComplexType
Name: CommunicationType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
Containing Schema: UBL-CommonAggregateComponents-1.0.xsd
Abstract
Documentation:
ABIE Communication. Details information that identifies a means of communicating Communication
Collapse XSD Schema Diagram:
Drilldown into Value in schema ubl-commonbasiccomponents-1_0_xsd Drilldown into ChannelCode in schema ubl-commonaggregatecomponents-1_0_xsdXSD Diagram of CommunicationType in schema ubl-commonaggregatecomponents-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="CommunicationType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                <ccts:ComponentType>ABIE</ccts:ComponentType>
                <ccts:DictionaryEntryName>Communication. Details</ccts:DictionaryEntryName>
                <ccts:Definition>information that identifies a means of communicating</ccts:Definition>
                <ccts:ObjectClass>Communication</ccts:ObjectClass>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ChannelCode" type="chn:ChannelCodeType" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Communication. Channel. Code</ccts:DictionaryEntryName>
                        <ccts:Definition>identifies the manner in which communication can be made (e.g. phone, email, etc.)</ccts:Definition>
                        <ccts:Cardinality>1</ccts:Cardinality>
                        <ccts:ObjectClass>Communication</ccts:ObjectClass>
                        <ccts:PropertyTerm>Channel</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
                        <ccts:DataType>Channel_ Code. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:Value" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Communication. Value. Text</ccts:DictionaryEntryName>
                        <ccts:Definition>the value of the communication channel (e.g. phone number, email address,etc.)</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Communication</ccts:ObjectClass>
                        <ccts:PropertyTerm>Value</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
                        <ccts:DataType>Text. Type</ccts:DataType>
                        <ccts:Examples>"+44 1 2345 6789" "president@whitehouse.com"</ccts:Examples>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ChannelCode cac:ChannelCode 1 1
Value cbc:Value 0 1
Collapse Derivation Tree:
Collapse References:
cac:Communication, cac:OtherCommunication