Definition Type: ComplexType
Name: Contact
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Documentation:
A business Party contact is a person and has a specific role.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into Addresses in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into URI in schema invoice_xsd Drilldown into Fax in schema invoice_xsd Drilldown into EMailAddress in schema invoice_xsd Drilldown into Telephone in schema invoice_xsd Drilldown into Person in schema invoice_xsdXSD Diagram of Contact in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="Contact">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">A business Party contact is a person and has a specific role.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element ref="Person" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Telephone" type="TelephoneNumber" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="EMailAddress" type="EMailAddress" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Fax" type="TelephoneNumber" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="URI" type="URI" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="Addresses" minOccurs="0" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Person nsC:Person 0 unbounded
Telephone nsC:Telephone 0 unbounded
EMailAddress nsC:EMailAddress 0 unbounded
Fax nsC:Fax 0 unbounded
URI nsC:URI 0 unbounded
Description nsC:Description 0 unbounded
Addresses nsC:Addresses 0 (1)
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:AccountingContact, nsC:Buyer, nsC:Contact, nsC:ContactAbs, nsC:DeliverToContact, nsC:MarketingContact, nsC:Planner, nsC:PrimaryContact, nsC:Requester, nsC:SalesContact, nsC:SalesPerson, nsC:SecondaryContact