Definition Type: ComplexType
Name: commonContact
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MapCoordinates in schema papinetcommondefsv2r40_xsd Drilldown into GPSCoordinates in schema papinetcommondefsv2r40_xsd Drilldown into Fax in schema papinetcommondefsv2r40_xsd Drilldown into Email in schema papinetcommondefsv2r40_xsd Drilldown into MobilePhone in schema papinetcommondefsv2r40_xsd Drilldown into Telephone in schema papinetcommondefsv2r40_xsd Drilldown into ContactIdentifier in schema papinetcommondefsv2r40_xsd Drilldown into ContactName in schema papinetcommondefsv2r40_xsd Drilldown into ContactType in schema papinetcommondefsv2r40_xsdXSD Diagram of commonContact in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:complexType name="commonContact">
    <xs:sequence>
        <xs:element ref="ContactName" />
        <xs:element ref="ContactIdentifier" minOccurs="0" />
        <xs:element ref="Telephone" minOccurs="0" />
        <xs:element ref="MobilePhone" minOccurs="0" />
        <xs:element ref="Email" minOccurs="0" />
        <xs:element ref="Fax" minOccurs="0" />
        <xs:choice minOccurs="0">
            <xs:element ref="GPSCoordinates" />
            <xs:element ref="MapCoordinates" maxOccurs="unbounded" />
        </xs:choice>
    </xs:sequence>
    <xs:attribute name="ContactType" type="contactType" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContactName pn:ContactName (1) (1)
ContactIdentifier pn:ContactIdentifier 0 (1)
Telephone pn:Telephone 0 (1)
MobilePhone pn:MobilePhone 0 (1)
Email pn:Email 0 (1)
Fax pn:Fax 0 (1)
GPSCoordinates pn:GPSCoordinates (1) (1)
MapCoordinates pn:MapCoordinates (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
ContactType pn:ContactType Required
Collapse Derivation Tree:
Collapse References:
pn:CommonContact