Definition Type: ComplexType
Name: carrierType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CommonContact in schema mailxml_120308_xsd Drilldown into URL in schema mailxml_120308_xsd Drilldown into CarrierAddress in schema mailxml_120308_xsd Drilldown into CarrierName in schema mailxml_120308_xsdXSD Diagram of carrierType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="carrierType">
    <xs:sequence>
        <xs:element name="CarrierName" type="mailxml_base:s40" />
        <xs:element name="CarrierAddress" type="mailxml:addressType" minOccurs="0" />
        <xs:element name="URL" type="xs:anyURI" minOccurs="0" />
        <xs:element name="CommonContact" type="mailxml:commonContactType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CarrierName mailxml:CarrierName (1) (1)
CarrierAddress mailxml:CarrierAddress 0 (1)
URL mailxml:URL 0 (1)
CommonContact mailxml:CommonContact 0 unbounded
Collapse Derivation Tree:
Collapse References:
mailxml:Carrier