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