veloconnect 1.1

urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
complexType ContactType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0}ContactType (restriction)

Documentation
ABIE Contact. Details information that identifies the contact person or department together with information about how they can be contacted. Contact
Properties
This component is not nillable.

Model
<...>
(ID?, Name?, Telephone?, Telefax?, ElectronicMail?, OtherCommunication* )
</...>


Nested Element Summary
 ElectronicMail
           BBIE Contact. 
udt:IdentifierTypeID
           BBIE Contact. 
 Name
           BBIE Contact. 
 OtherCommunication
           ASBIE Contact. 
 Telefax
           BBIE Contact. 
 Telephone
           BBIE Contact. 
Source
<xsd:complexType name="ContactType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="ID" type="udt:IdentifierType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:Name">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:Telephone">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:Telefax">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:ElectronicMail">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="OtherCommunication">
</xsd:element>
</xsd:sequence>
</xsd:complexType>

veloconnect 1.1

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.