<xsd:simpleType name="AssigningPartyIdEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Agency or entity that validates the Party Id</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="LegalId">
<xsd:annotation>
<xsd:documentation>Legal ID</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DriversLicense">
<xsd:annotation>
<xsd:documentation>Drivers License</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NationalId">
<xsd:annotation>
<xsd:documentation>Government-assigned ID such as a social security Number</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other type of Assigning Party ID</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GSTRegistrationId">
<xsd:annotation>
<xsd:documentation>Canadian Goods and Services Tax Id.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HSTRegistrationId">
<xsd:annotation>
<xsd:documentation>Canadian HarmonizedTax Id.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="QSTRegistrationId">
<xsd:annotation>
<xsd:documentation>Canadian Sales Tax Id.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|