ReferenceLanguage

/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS/PRIIPS_Report/EPT_BaseData/Narratives/ReferenceLanguage

Diagram

ReferenceLanguage 04010-Language in which all narratives/texts of this set of data are written The ISOLanguageCodeType is a type for decoding ISO 639-1 Language Code. It is of the type string and has a length from exactly two letters.

Documentation

04010-Language in which all narratives/texts of this set of data are written

en

The ISOLanguageCodeType is a type for decoding ISO 639-1 Language Code. It is of the type string and has a length from exactly two letters.

Properties

Type
ISOLanguageCodeType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
7
Sample Data
aa
Restrictions
Base: xs:string
MaxLength: 2
MinLength: 2

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="ReferenceLanguage"
            type="ISOLanguageCodeType">
   <xs:annotation>
      <xs:documentation>04010-Language in which all narratives/texts of this set of data are written</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (ISOLanguageCodeType)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="ISOLanguageCodeType">
   <xs:annotation>
      <xs:documentation xml:lang="en">The ISOLanguageCodeType is a type for decoding ISO 639-1 Language Code. It is of the type string and has a length from exactly two letters.</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:maxLength value="2"/>
      <xs:minLength value="2"/>
   </xs:restriction>
</xs:simpleType>