Commit 60c1834d authored by Christoph Marthy's avatar Christoph Marthy Committed by Mark Canterbury
Browse files

Replaced dtiCode by digitalTokenIdentifierCode

parent 5514dc00
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2468,7 +2468,7 @@ DigitalTokenIdentifier ::= SEQUENCE
    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.
    ...,
    ...,
    dtiCode                     [4] UTF8String (SIZE(9)) OPTIONAL
    digitalTokenIdentifierCode  [4] UTF8String (SIZE(9)) OPTIONAL
}
}
BaseRecord ::= OCTET STRING
BaseRecord ::= OCTET STRING


+1 −1
Original line number Original line Diff line number Diff line
@@ -3561,7 +3561,7 @@
            <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="dtiCode" minOccurs="0">
            <xsd:element name="digitalTokenIdentifierCode" minOccurs="0">
                <xsd:simpleType>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                    <xsd:restriction base="xsd:string">
                        <xsd:length value="9"/>
                        <xsd:length value="9"/>