Skip to content
GitLab
Explore
Sign in
Commits on Source (4)
Update TS_103_280
· d43cdba0
Anne Dierstein
authored
Jan 26, 2024
d43cdba0
Update file TS_103_221_01.xsd
· 290f2552
matthew meacham
authored
Jan 22, 2024
and
Ben Beeston
committed
Feb 08, 2024
290f2552
Update file TS_103_221_01.xsd
· 3d83887e
matthew meacham
authored
Feb 06, 2024
and
Ben Beeston
committed
Feb 08, 2024
3d83887e
Update file TS_103_221_01.xsd
· 5aaed186
matthew meacham
authored
Feb 06, 2024
and
Ben Beeston
committed
Feb 08, 2024
5aaed186
Show whitespace changes
Inline
Side-by-side
103221-1/TS_103_221_01.xsd
View file @
5aaed186
...
@@ -200,6 +200,7 @@
...
@@ -200,6 +200,7 @@
<xs:element
name=
"gpsiMsisdn"
type=
"etsi103280:GPSIMSISDN"
/>
<xs:element
name=
"gpsiMsisdn"
type=
"etsi103280:GPSIMSISDN"
/>
<xs:element
name=
"gpsiNai"
type=
"etsi103280:GPSINAI"
/>
<xs:element
name=
"gpsiNai"
type=
"etsi103280:GPSINAI"
/>
<xs:element
name=
"eui64"
type=
"etsi103280:EUI64"
/>
<xs:element
name=
"eui64"
type=
"etsi103280:EUI64"
/>
<xs:element
name=
"serviceAccessIdentifier"
type=
"etsi103280:ServiceAccessIdentifier"
/>
<xs:element
name=
"hashedIdentifier"
type=
"hashedID:HashedIdentifier"
/>
<xs:element
name=
"hashedIdentifier"
type=
"hashedID:HashedIdentifier"
/>
<xs:element
name=
"targetIdentifierExtension"
type=
"TargetIdentifierExtension"
/>
<xs:element
name=
"targetIdentifierExtension"
type=
"TargetIdentifierExtension"
/>
</xs:choice>
</xs:choice>
...
...
103280/TS_103_280.asn1
View file @
5aaed186
...
@@ -95,4 +95,6 @@ IPProtocol ::= INTEGER (0..255)
...
@@ -95,4 +95,6 @@ IPProtocol ::= INTEGER (0..255)
VLANID ::= INTEGER (0..4095)
VLANID ::= INTEGER (0..4095)
ServiceAccessIdentifier ::= UTF8String
END
END
103280/TS_103_280.schema.json
View file @
5aaed186
...
@@ -389,6 +389,9 @@
...
@@ -389,6 +389,9 @@
"etsi280:latitude"
,
"etsi280:latitude"
,
"etsi280:longitude"
"etsi280:longitude"
]
]
},
"ServiceAccessIdentifier"
:
{
"type"
:
"string"
}
}
}
}
}
}
103280/TS_103_280.xsd
View file @
5aaed186
...
@@ -278,4 +278,7 @@
...
@@ -278,4 +278,7 @@
<xs:maxInclusive
value=
"4095"
/>
<xs:maxInclusive
value=
"4095"
/>
</xs:restriction>
</xs:restriction>
</xs:simpleType>
</xs:simpleType>
<xs:simpleType
name=
"ServiceAccessIdentifier"
>
<xs:restriction
base=
"xs:string"
/>
</xs:simpleType>
</xs:schema>
</xs:schema>