NestedNCNameIDType
- https://purl.semanticip.org/linked-data/sdmx/ML/common/NestedNCNameIDType
TTL - rdfs:Datatype
- Nested N C Name I D Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
NestedNCNameIDType restricts the NestedIDType, 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="NestedNCNameIDType">
<xs:annotation>
<xs:documentation>NestedNCNameIDType restricts the NestedIDType, 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="NestedIDType">
<xs:pattern value="[A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*)*" />
</xs:restriction>
</xs:simpleType>- sip-sdmx-ML:NestedIDType
owl:withRestrictions (
[ xsd:pattern "[A-Za-z][A-Za-z0-9_
-]*(
.[A-Za-z][A-Za-z0-9_
-]*)*" ]
)