Definition Type: Element
Name: DocumentVersionData
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RateAffixed in schema mailxml_120308_xsd Drilldown into AdPercent in schema mailxml_120308_xsd Drilldown into PieceWeight in schema mailxml_120308_xsd Drilldown into Description in schema mailxml_120308_xsd Drilldown into Name in schema mailxml_120308_xsd Drilldown into VersionId in schema mailxml_120308_xsdXSD Diagram of DocumentVersionData in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="DocumentVersionData">
    <xs:annotation>
        <xs:documentation>
        </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="VersionId" type="mailxml_base:s10" />
            <xs:element name="Name" type="mailxml_base:s12" />
            <xs:element name="Description" type="mailxml_base:s30" minOccurs="0" />
            <xs:element name="PieceWeight" type="xs:double" />
            <xs:element name="AdPercent" type="mailxml_base:percentageType" minOccurs="0" />
            <xs:element name="RateAffixed" type="xs:double" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VersionId mailxml:VersionId (1) (1)
Name mailxml:Name (1) (1)
Description mailxml:Description 0 (1)
PieceWeight mailxml:PieceWeight (1) (1)
AdPercent mailxml:AdPercent 0 (1)
RateAffixed mailxml:RateAffixed (1) (1)