- https://purl.semanticip.org/linked-data/sdmx/ML/WildcardedMemberValueType
TTL - simpleType
WildcardedMemberValueType allows for an optional wildcard characters ('%') in an identifier.
- SDMXStructureCodelist.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="WildcardedMemberValueType">
<xs:annotation>
<xs:documentation>WildcardedMemberValueType allows for an optional wildcard characters ('%') in an identifier.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Za-z0-9_@$-%]+" />
</xs:restriction>
</xs:simpleType>