ExcludeRootType
Last modified by Artur K. on 2026/06/05 16:22
- https://purl.semanticip.org/linked-data/sdmx/ML/common/ExcludeRootType
TTL - rdfs:Datatype
- Exclude Root Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
ExcludeRootType is a single enumerated value that indciates that child values should be included, but that the actual root should not.
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ExcludeRootType">
<xs:annotation>
<xs:documentation>ExcludeRootType is a single enumerated value that indciates that child values should be included, but that the actual root should not.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="excluderoot" />
</xs:restriction>
</xs:simpleType>
- xsd:string
owl:withRestrictions (
[ xsd:enumeration (
"excluderoot"xsd:string
) ]
)