Commit 271f804e authored by Christoph Marthy's avatar Christoph Marthy Committed by Mark Canterbury
Browse files

TS 102 657 CR 151 - Addition of digitalTokenIdentifierCode to the DigitalTokenIdentifier Structure

parent fa38dfd2
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2467,7 +2467,8 @@ DigitalTokenIdentifier ::= SEQUENCE
        -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional.
        -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional.
    informativeDataElements     [3] InformativeDataElements OPTIONAL,
    informativeDataElements     [3] InformativeDataElements OPTIONAL,
        -- NOTE - as of v2.5.1, this field has been changed from mandatory to 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
BaseRecord ::= OCTET STRING


+8 −1
Original line number Original line Diff line number Diff line
@@ -3561,6 +3561,13 @@
            <xsd:element name="baseRecord" type="BaseRecord" minOccurs="0"/>
            <xsd:element name="baseRecord" type="BaseRecord" minOccurs="0"/>
            <xsd:element name="forkRecord" type="ForkRecord" minOccurs="0"/>
            <xsd:element name="forkRecord" type="ForkRecord" minOccurs="0"/>
            <xsd:element name="informativeDataElements" type="InformativeDataElements" 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:sequence>
    </xsd:complexType>
    </xsd:complexType>
    <xsd:simpleType name="BaseRecord">
    <xsd:simpleType name="BaseRecord">