Definition Type: Element
Name: DeliveryAddress
Namespace: http://www.adsml.org/adsmlmaterials/2.0
Containing Schema: AdsMLMaterials-2.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CommunicationChannel.Other in schema adsmltypelibrary-2_0-as_xsd Drilldown into CommunicationChannel.WWW in schema adsmltypelibrary-2_0-as_xsd Drilldown into CommunicationChannel.Phone in schema adsmltypelibrary-2_0-as_xsd Drilldown into CommunicationChannel.EMail in schema adsmltypelibrary-2_0-as_xsd Drilldown into CommunicationChannel.PhysicalAddress in schema adsmltypelibrary-2_0-as_xsd Drilldown into AllCommunicationChannelsGroup in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of DeliveryAddress in schema adsmlmaterials-2_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="DeliveryAddress">
    <xs:complexType>
        <xs:sequence>
            <xs:group ref="adsml:AllCommunicationChannelsGroup" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CommunicationChannel.PhysicalAddress adsml:CommunicationChannel.PhysicalAddress (1) (1)
CommunicationChannel.EMail adsml:CommunicationChannel.EMail (1) (1)
CommunicationChannel.Phone adsml:CommunicationChannel.Phone (1) (1)
CommunicationChannel.WWW adsml:CommunicationChannel.WWW (1) (1)
CommunicationChannel.Other adsml:CommunicationChannel.Other (1) (1)
<xs:group> adsml:AllCommunicationChannelsGroup (1) (1)