Definition Type: AttributeGroup
Name: contactDetails
Containing Schema: hcm-pdt.xsd
Documentation:
Detailed information accrding a contact (
Companyor
Person).
Collapse XSD Schema Diagram:
Drilldown into email Drilldown into fax Drilldown into phone Drilldown into country Drilldown into zip Drilldown into city Drilldown into addressXSD Diagram of contactDetails
Collapse XSD Schema Code:
<xs:attributeGroup name="contactDetails">
    <xs:annotation>
        <xs:documentation>Detailed information accrding a contact (
				<code>Company</code>or
				<code>Person</code>).</xs:documentation>
    </xs:annotation>
    <xs:attribute name="address" type="xs:string" />
    <xs:attribute name="city" type="xs:string" />
    <xs:attribute name="zip" type="xs:string" />
    <xs:attribute name="country" type="xs:string" />
    <xs:attribute name="phone" type="xs:string" />
    <xs:attribute name="fax" type="xs:string" />
    <xs:attribute name="email" type="xs:string" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
address address (Optional)
city city (Optional)
zip zip (Optional)
country country (Optional)
phone phone (Optional)
fax fax (Optional)
email email (Optional)