TwoLevelIDType

Last modified by Artur K. on 2026/06/05 16:24

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/TwoLevelIDType page_white_text TTL
rdfs:Datatype
Two Level I D Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
simpleType

TwoLevelIDType defines an identifier with exactly two levels.

SDMXCommonReferences.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TwoLevelIDType">
  <xs:annotation>
   <xs:documentation>TwoLevelIDType defines an identifier with exactly two levels.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="NestedIDType">
   <xs:pattern value="[A-Za-z0-9_@$\-]+\.[A-Za-z0-9_@$\-]+" />
  </xs:restriction>
 </xs:simpleType>

 

sip-sdmx-ML:NestedIDType

owl:withRestrictions (
    [ xsd:pattern "[A-Za-z0-9_@$
-]+
.[A-Za-z0-9_@$
-]+" ]
)

© Semantic R&D Group, 2026