- https://purl.semanticip.org/linked-data/sdmx/ML/FromVtlMappingMethodType
TTL - rdfs:Datatype
- From Vtl Mapping Method Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- simpleType
A simple type that allows for standard from VTL mapping method enumeration value or a string value for other mapping methods.
- SDMXStructureTransformation.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FromVtlMappingMethodType">
<xs:annotation>
<xs:documentation>A simple type that allows for standard from VTL mapping method enumeration value or a string value for other mapping methods.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="StandardFromVtlMappingMethodType xs:string" />
</xs:simpleType>owl:unionOf (
sip-sdmx-ML:StandardFromVtlMappingMethodType
xsd:string
)