AlphaNumericType

Version 9.1 by Artur K. on 2026/05/25 16:44

  

https://purl.semanticip.org/linked-data/sdmx/ML/AlphaNumericType page_white_text TTL
simpleType

AlphaNumericType is a reusable simple type that allows for only mixed-case alphabetical and numeric characters.

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AlphaNumericType">
  <xs:annotation>
   <xs:documentation>AlphaNumericType is a reusable simple type that allows for only mixed-case alphabetical and numeric characters.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:pattern value="[A-Za-z0-9]+" />
  </xs:restriction>
 </xs:simpleType>

 

© Semantic R&D Group, 2026