- https://purl.semanticip.org/linked-data/sdmx/ML/OccurenceType
TTL - Occurence Type
- 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>