simpleType currency
namespace http://www.bcl.lu/2025/S2.20/datatypes
type restriction of xs:string
properties
base xs:string
used by
elements S220/Unit_Share_Informations/Unit_Share_Information/UnitShareClassGeneralInformation/BaseCurrency S220/UCIGeneralInformation/UCISignaBasic/UCIBaseCurrency
facets
Kind Value Annotation
length 3
pattern [A-Z]{3}
annotation
documentation
ISO 4217 codes
source <xs:simpleType name="currency">
 
<xs:annotation>
   
<xs:documentation>ISO 4217 codes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="3"/>
   
<xs:pattern value="[A-Z]{3}"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy