SingleNCNameIDType
- https://purl.semanticip.org/linked-data/sdmx/ML/common/SingleNCNameIDType
TTL - rdfs:Datatype
- Single N C Name I D Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
SingleNCNameIDType restricts the NestedNCNameIDType to allow only one level. Note that this is the same pattern as the NCNameIDType, but can be used when the base type to be restricted is a nested NCNameIDType (where as the NCNameIDType could only restrict the IDType).
- SDMXCommonReferences.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SingleNCNameIDType">
<xs:annotation>
<xs:documentation>SingleNCNameIDType restricts the NestedNCNameIDType to allow only one level. Note that this is the same pattern as the NCNameIDType, but can be used when the base type to be restricted is a nested NCNameIDType (where as the NCNameIDType could only restrict the IDType).</xs:documentation>
</xs:annotation>
<xs:restriction base="NestedNCNameIDType">
<xs:pattern value="[A-Za-z][A-Za-z0-9_\-]*" />
</xs:restriction>
</xs:simpleType>
- sip-sdmx-ML:NestedNCNameIDType
owl:withRestrictions (
[ xsd:pattern "[A-Za-z][A-Za-z0-9_
-]*" ]
)