NCNameIDType
- https://purl.semanticip.org/linked-data/sdmx/ML/common/NCNameIDType
TTL - rdfs:Datatype
- N C Name I D Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
NCNameIDType restricts the IDType, so that the id may be used to generate valid XML components. IDs created from this type conform to the W3C XML Schema NCNAME type, and therefore can be used as element or attribute names.
- SDMXCommonReferences.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NCNameIDType">
<xs:annotation>
<xs:documentation>NCNameIDType restricts the IDType, so that the id may be used to generate valid XML components. IDs created from this type conform to the W3C XML Schema NCNAME type, and therefore can be used as element or attribute names.</xs:documentation>
</xs:annotation>
<xs:restriction base="IDType">
<xs:pattern value="[A-Za-z][A-Za-z0-9_\-]*" />
</xs:restriction>
</xs:simpleType>- sip-sdmx-ML:IDType
owl:withRestrictions (
[ xsd:pattern "[A-Za-z][A-Za-z0-9_
-]*" ]
)