UnboundedCodeType

Version 8.1 by Artur K. on 2026/05/25 16:46

  

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

UnboundedCodeType provides single textual value of "unbounded", for use in OccurentType.

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="UnboundedCodeType">
  <xs:annotation>
   <xs:documentation>UnboundedCodeType provides single textual value of "unbounded", for use in OccurentType.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
   <xs:enumeration value="unbounded">
    <xs:annotation>
     <xs:documentation>Object has no upper limit on occurrences.</xs:documentation>
    </xs:annotation>
   </xs:enumeration>
  </xs:restriction>
 </xs:simpleType>

 

© Semantic R&D Group, 2026