OccurenceType

Version 10.1 by Artur K. on 2026/05/25 18:41

  

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

OccurenceType is used to express the maximum occurrence of an object. It combines an integer, equal or greater than 1, and the literal text, "unbounded", for objects which have no upper limit on its occurrence.

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OccurenceType">
  <xs:annotation>
   <xs:documentation>OccurenceType is used to express the maximum occurrence of an object. It combines an integer, equal or greater than 1, and the literal text, "unbounded", for objects which have no upper limit on its occurrence.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="MaxOccursNumberType UnboundedCodeType" />
 </xs:simpleType>

 

© Semantic R&D Group, 2026