Definition Type: Element
Name: BundleVersion
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into VersionName in schema mailxml_120308_xsd Drilldown into VersionID in schema mailxml_120308_xsdXSD Diagram of BundleVersion in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="BundleVersion" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="VersionID" type="mailxml_base:s10" />
            <xs:element name="VersionName" type="mailxml_base:s12" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VersionID mailxml:VersionID (1) (1)
VersionName mailxml:VersionName (1) (1)