Definition Type: ComplexType
Name: ContactType
Namespace: http://www.adsml.org/typelibrary/2.0
Containing Schema: AdsMLTypeLibrary-2.0-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into CommunicationChannel.Other 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 CommunicationChannel.Phone in schema adsmltypelibrary-2_0-as_xsd Drilldown into HumanCommunicationChannelsGroup in schema adsmltypelibrary-2_0-as_xsd Drilldown into Name in schema adsmltypelibrary-2_0-as_xsd Drilldown into Role in schema adsmltypelibrary-2_0-as_xsd Drilldown into priority in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of ContactType in schema adsmltypelibrary-2_0-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="ContactType">
    <xs:sequence>
        <xs:element name="Role" type="ContactRoleRootType" minOccurs="0" />
        <xs:element ref="Name" minOccurs="0" />
        <xs:group ref="HumanCommunicationChannelsGroup" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="Properties" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute ref="priority" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Role adsml:Role 0 (1)
Name adsml:Name 0 (1)
CommunicationChannel.Phone adsml:CommunicationChannel.Phone (1) (1)
CommunicationChannel.PhysicalAddress adsml:CommunicationChannel.PhysicalAddress (1) (1)
CommunicationChannel.EMail adsml:CommunicationChannel.EMail (1) (1)
CommunicationChannel.Other adsml:CommunicationChannel.Other (1) (1)
Properties adsml:Properties 0 unbounded
<xs:group> adsml:HumanCommunicationChannelsGroup 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
priority adsml:priority Optional
Collapse Derivation Tree:
Collapse References:
adsml:Contact