Loading 102657/RDMessage.asn +2 −1 Original line number Diff line number Diff line Loading @@ -2467,7 +2467,8 @@ DigitalTokenIdentifier ::= SEQUENCE -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. informativeDataElements [3] InformativeDataElements OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... ..., digitalTokenIdentifierCode [4] UTF8String (SIZE(9)) OPTIONAL } BaseRecord ::= OCTET STRING Loading 102657/RDMessage.xsd +8 −1 Original line number Diff line number Diff line Loading @@ -3561,6 +3561,13 @@ <xsd:element name="baseRecord" type="BaseRecord" minOccurs="0"/> <xsd:element name="forkRecord" type="ForkRecord" minOccurs="0"/> <xsd:element name="informativeDataElements" type="InformativeDataElements" minOccurs="0"/> <xsd:element name="digitalTokenIdentifierCode" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:length value="9"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:simpleType name="BaseRecord"> Loading Loading
102657/RDMessage.asn +2 −1 Original line number Diff line number Diff line Loading @@ -2467,7 +2467,8 @@ DigitalTokenIdentifier ::= SEQUENCE -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. informativeDataElements [3] InformativeDataElements OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... ..., digitalTokenIdentifierCode [4] UTF8String (SIZE(9)) OPTIONAL } BaseRecord ::= OCTET STRING Loading
102657/RDMessage.xsd +8 −1 Original line number Diff line number Diff line Loading @@ -3561,6 +3561,13 @@ <xsd:element name="baseRecord" type="BaseRecord" minOccurs="0"/> <xsd:element name="forkRecord" type="ForkRecord" minOccurs="0"/> <xsd:element name="informativeDataElements" type="InformativeDataElements" minOccurs="0"/> <xsd:element name="digitalTokenIdentifierCode" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:length value="9"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:simpleType name="BaseRecord"> Loading