Defines the postal code (e.g., ZIP code) on the document.
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="PostalCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the postal code (e.g., ZIP code) on the document.</xs:documentation>
</xs:annotation>
</xs:attribute>