simpleType "puidType"
Namespace:
Defined:
globally in hscommon.xsd; see XML source
Used:
Simple Content Model
xsd:string
All Direct / Indirect Based Elements (4):
paymentInstrumentsIssuerPuid (type puidType), puid (in contact), puid (in respondRequest), puid (type puidType)
All Direct / Indirect Based Attributes (4):
key (in request)/@puid, key (in service)/@puid, subjectType/@appAndPlatformId, subjectType/@userId
Known Usage Locations
Annotation
This element is used to specify a Passport Unique ID (PUID). The ID itself is in raw form: it is not encrypted in any way.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  puidType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="puidType">
<xsd:annotation>
<xsd:documentation>
This element is used to specify a Passport Unique ID (PUID). The ID itself is in raw form: it is
not encrypted in any way.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<!-- use xsd:hexBinary -->
</xsd:restriction>
</xsd:simpleType>