Schema ECB_LU_ANCRDT_C_FORMATS_v1_0_7.xsd


schema location ..\..\schemas\ECB_LU_ANCRDT_C_FORMATS_v1_0_7.xsd
attributeFormDefault unqualified
elementFormDefault qualified
targetNamespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
 
Simple types 
ALL_2D 
ALL_6D 
END_MNTH_YYYY_MM_DD 
FLL_YYYY_MM_DD 
ID_0_9 
ID_0_OR_1_8D 
ID_1 
ID_10 
ID_10D_OR_9DK 
ID_10D_OR_L 
ID_11 
ID_11D_OR_L 
ID_13D 
ID_14_OR_9 
ID_18_L_OR_D 
ID_1_OR_9_D_1_6 
ID_1_TO_10 
ID_1_TO_4 
ID_1_TO_8 
ID_1D_TO_10D 
ID_1L_6D_C_5D 
ID_1L_9D 
ID_21D_OR_L 
ID_2D-2D-6D 
ID_2D_3L_5D 
ID_2D_7D 
ID_2L_1_TO_8D 
ID_2L_7D 
ID_3L_6D_3D_OR_L 
ID_4D_1L_5D 
ID_4D_TO_6D 
ID_5 
ID_5D 
ID_6 
ID_6D_4D 
ID_6D_L_3D 
ID_6D_TO_7D 
ID_7 
ID_8 
ID_8_OR_10 
ID_8D_1L 
ID_8D_DASH 
ID_8D_OR_8D_1L 
ID_8DL 
ID_9 
ID_9_10_13 
ID_9_13 
ID_9D_OR_L 
ID_A_Z_D 
ID_BG_9_10 
ID_CH_11D 
ID_CH_3D_1D_3D_3D_1D 
ID_CHE_3D_3D_3D 
ID_COP_8D 
ID_CYIF_4D 
ID_D_7D_L 
ID_DE_9D 
ID_DE_TRD_RGSTR_CD 
ID_FB5D_OR_FB3D_1L_2D 
ID_FI_8D 
ID_FR_10L_OR_10D 
ID_GB_VAT_CD 
ID_GV_4D_OR_LA_3D 
ID_HU_8D 
ID_IE_1D_TO_9D_OR_L 
ID_L_7D 
ID_LV_11D 
ID_LV_FON_CD 
ID_MAX_6D 
ID_MAX_7D 
ID_MAX_8D 
ID_PF_4D 
ID_PL_10 
ID_RO_10D 
ID_S13_8D 
ID_SE_12 
ID_SI_8 
ID_SK_8D_3L_2D 
ID_VAR_LEN 
ID_VAR_LEN_D_DASH 
LTN_EXT_255 
LTN_EXT_50 
NN_NGTV_2D 
PTTRN_LEI 
RL_NN_NGTV_2D 
STRNG_50 


simpleType ALL_2D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:decimal
properties
base xs:decimal
facets
Kind Value Annotation
fractionDigits 2
source <xs:simpleType name="ALL_2D">
 
<xs:restriction base="xs:decimal">
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ALL_6D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:decimal
properties
base xs:decimal
facets
Kind Value Annotation
fractionDigits 6
source <xs:simpleType name="ALL_6D">
 
<xs:restriction base="xs:decimal">
   
<xs:fractionDigits value="6"/>
 
</xs:restriction>
</xs:simpleType>

simpleType END_MNTH_YYYY_MM_DD
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:date
properties
base xs:date
facets
Kind Value Annotation
pattern (.{4}\-((01)|(03)|(05)|(07)|(08)|(10)|(12))\-31)|(.{4}\-02\-((28)|(29)))|(.{4}\-((04)|(06)|(09)|(11))\-30)
source <xs:simpleType name="END_MNTH_YYYY_MM_DD">
 
<xs:restriction base="xs:date">
   
<xs:pattern value="(.{4}\-((01)|(03)|(05)|(07)|(08)|(10)|(12))\-31)|(.{4}\-02\-((28)|(29)))|(.{4}\-((04)|(06)|(09)|(11))\-30)"/>
 
</xs:restriction>
</xs:simpleType>

simpleType FLL_YYYY_MM_DD
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:date
properties
base xs:date
facets
Kind Value Annotation
pattern ([1-9][0-9]{3})\-((02\-((0[1-9])|([1-2][0-9])))|(((04)|(06)|(09)|(11))\-((0[1-9])|([1-2][0-9])|(30)))|(((01)|(03)|(05)|(07)|(08)|(10)|(12))\-((0[1-9])|([1-2][0-9])|(3[0-1]))))
source <xs:simpleType name="FLL_YYYY_MM_DD">
 
<xs:restriction base="xs:date">
   
<xs:pattern value="([1-9][0-9]{3})\-((02\-((0[1-9])|([1-2][0-9])))|(((04)|(06)|(09)|(11))\-((0[1-9])|([1-2][0-9])|(30)))|(((01)|(03)|(05)|(07)|(08)|(10)|(12))\-((0[1-9])|([1-2][0-9])|(3[0-1]))))"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_0_9
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [0]\d{9}
source <xs:simpleType name="ID_0_9">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0]\d{9}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_0_OR_1_8D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [0-1]\d{8}
source <xs:simpleType name="ID_0_OR_1_8D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-1]\d{8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_1
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d
source <xs:simpleType name="ID_1">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_10
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{10}
source <xs:simpleType name="ID_10">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{10}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_10D_OR_9DK
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{10}|\d{9}(K)
source <xs:simpleType name="ID_10D_OR_9DK">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{10}|\d{9}(K)"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_10D_OR_L
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z0-9]{10}
source <xs:simpleType name="ID_10D_OR_L">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{10}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_11
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{11}
source <xs:simpleType name="ID_11">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{11}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_11D_OR_L
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern ([A-Z0-9]{11})
source <xs:simpleType name="ID_11D_OR_L">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="([A-Z0-9]{11})"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_13D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{13}
source <xs:simpleType name="ID_13D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{13}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_14_OR_9
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{14}|\d{9}
source <xs:simpleType name="ID_14_OR_9">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{14}|\d{9}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_18_L_OR_D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z0-9]{18}
source <xs:simpleType name="ID_18_L_OR_D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{18}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_1_OR_9_D_1_6
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [1-9]\d{1,6}
source <xs:simpleType name="ID_1_OR_9_D_1_6">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[1-9]\d{1,6}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_1_TO_10
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{1,10}
source <xs:simpleType name="ID_1_TO_10">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{1,10}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_1_TO_4
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{1,4}
source <xs:simpleType name="ID_1_TO_4">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{1,4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_1_TO_8
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{1,8}
source <xs:simpleType name="ID_1_TO_8">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{1,8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_1D_TO_10D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{1,10}
source <xs:simpleType name="ID_1D_TO_10D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{1,10}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_1L_6D_C_5D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z]\d{6}[C]\d{5}
source <xs:simpleType name="ID_1L_6D_C_5D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]\d{6}[C]\d{5}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_1L_9D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z]\d{9}
source <xs:simpleType name="ID_1L_9D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]\d{9}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_21D_OR_L
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z0-9]{21}
source <xs:simpleType name="ID_21D_OR_L">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{21}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_2D-2D-6D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{2}(-)\d{2}(-)\d{6}
source <xs:simpleType name="ID_2D-2D-6D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{2}(-)\d{2}(-)\d{6}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_2D_3L_5D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{2}[A-Z]{1,3}\d{5}
source <xs:simpleType name="ID_2D_3L_5D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{2}[A-Z]{1,3}\d{5}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_2D_7D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{2}-\d{7}
source <xs:simpleType name="ID_2D_7D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{2}-\d{7}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_2L_1_TO_8D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z]{2}\d{1,8}
source <xs:simpleType name="ID_2L_1_TO_8D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]{2}\d{1,8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_2L_7D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z]{2}\d{7}
source <xs:simpleType name="ID_2L_7D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]{2}\d{7}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_3L_6D_3D_OR_L
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z]{3}-\d{6}-[A-Z0-9]{3}
source <xs:simpleType name="ID_3L_6D_3D_OR_L">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]{3}-\d{6}-[A-Z0-9]{3}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_4D_1L_5D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{2,4}[A-Z]\d{5}
source <xs:simpleType name="ID_4D_1L_5D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{2,4}[A-Z]\d{5}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_4D_TO_6D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{4,6}
source <xs:simpleType name="ID_4D_TO_6D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{4,6}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_5
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{5}
source <xs:simpleType name="ID_5">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{5}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_5D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{5}
source <xs:simpleType name="ID_5D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{5}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_6
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{6}
source <xs:simpleType name="ID_6">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{6}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_6D_4D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{2}[2-9]\d{3}-?\d{4}
source <xs:simpleType name="ID_6D_4D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{2}[2-9]\d{3}-?\d{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_6D_L_3D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{1,6}[A-Za-z]\d{0,3}
source <xs:simpleType name="ID_6D_L_3D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{1,6}[A-Za-z]\d{0,3}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_6D_TO_7D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{6,7}
source <xs:simpleType name="ID_6D_TO_7D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{6,7}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_7
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{7}
source <xs:simpleType name="ID_7">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{7}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_8
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{8}
source <xs:simpleType name="ID_8">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_8_OR_10
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{10}|\d{8}
source <xs:simpleType name="ID_8_OR_10">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{10}|\d{8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_8D_1L
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{8}[A-Z]
source <xs:simpleType name="ID_8D_1L">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{8}[A-Z]"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_8D_DASH
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{7}-?\d
source <xs:simpleType name="ID_8D_DASH">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{7}-?\d"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_8D_OR_8D_1L
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{8}[a-z]{0,1}
source <xs:simpleType name="ID_8D_OR_8D_1L">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{8}[a-z]{0,1}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_8DL
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z0-9]{8}
source <xs:simpleType name="ID_8DL">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_9
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{9}
source <xs:simpleType name="ID_9">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{9}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_9_10_13
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{13}|\d{10}|\d{9}
source <xs:simpleType name="ID_9_10_13">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{13}|\d{10}|\d{9}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_9_13
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{13}|\d{9}
source <xs:simpleType name="ID_9_13">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{13}|\d{9}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_9D_OR_L
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z0-9]{9}
source <xs:simpleType name="ID_9D_OR_L">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z0-9]{9}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_A_Z_D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z]\d+
source <xs:simpleType name="ID_A_Z_D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]\d+"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_BG_9_10
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (BG)\d{9,10}
source <xs:simpleType name="ID_BG_9_10">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(BG)\d{9,10}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_CH_11D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (CH)\d{11}
source <xs:simpleType name="ID_CH_11D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(CH)\d{11}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_CH_3D_1D_3D_3D_1D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (CH)-\d{3}\.\d{1}\.\d{3}\.\d{3}\-\d{1}
source <xs:simpleType name="ID_CH_3D_1D_3D_3D_1D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(CH)-\d{3}\.\d{1}\.\d{3}\.\d{3}\-\d{1}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_CHE_3D_3D_3D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (CHE)-\d{3}\.\d{3}\.\d{3}
source <xs:simpleType name="ID_CHE_3D_3D_3D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(CHE)-\d{3}\.\d{3}\.\d{3}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_COP_8D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (C|O|P)\d{1,8}
source <xs:simpleType name="ID_COP_8D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(C|O|P)\d{1,8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_CYIF_4D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (CYIF)\d{4}
source <xs:simpleType name="ID_CYIF_4D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(CYIF)\d{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_D_7D_L
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (0|1|3|4|5|9)\d{7}[A-Z]
source <xs:simpleType name="ID_D_7D_L">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(0|1|3|4|5|9)\d{7}[A-Z]"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_DE_9D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern DE\d{9}
source <xs:simpleType name="ID_DE_9D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="DE\d{9}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_DE_TRD_RGSTR_CD
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern ((G(n|N)R)|(HRA)|(HRB)|(PR)|(VR))\d{1,6}[A-Z]{0,5}-[A-Z]\d{4}
source <xs:simpleType name="ID_DE_TRD_RGSTR_CD">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="((G(n|N)R)|(HRA)|(HRB)|(PR)|(VR))\d{1,6}[A-Z]{0,5}-[A-Z]\d{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_FB5D_OR_FB3D_1L_2D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (FB)\d{6}|(FB)\d{3}[A-Z]\d{2}
source <xs:simpleType name="ID_FB5D_OR_FB3D_1L_2D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(FB)\d{6}|(FB)\d{3}[A-Z]\d{2}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_FI_8D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (FI)\d{8}
source <xs:simpleType name="ID_FI_8D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(FI)\d{8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_FR_10L_OR_10D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (FR)[A-Z0-9]{10}
source <xs:simpleType name="ID_FR_10L_OR_10D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(FR)[A-Z0-9]{10}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_GB_VAT_CD
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (GB)\d{9}|(GB)\d{12}|(GBGD)\d{3}|(GBHA)\d{3}
source <xs:simpleType name="ID_GB_VAT_CD">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(GB)\d{9}|(GB)\d{12}|(GBGD)\d{3}|(GBHA)\d{3}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_GV_4D_OR_LA_3D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (GV)\d{4}|(LA)\d{3}
source <xs:simpleType name="ID_GV_4D_OR_LA_3D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(GV)\d{4}|(LA)\d{3}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_HU_8D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (HU)\d{8}
source <xs:simpleType name="ID_HU_8D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(HU)\d{8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_IE_1D_TO_9D_OR_L
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (IE)[A-Z0-9]{1,9}
source <xs:simpleType name="ID_IE_1D_TO_9D_OR_L">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(IE)[A-Z0-9]{1,9}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_L_7D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern [A-Z]{0,1}\d{7}
source <xs:simpleType name="ID_L_7D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]{0,1}\d{7}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_LV_11D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (LV)\d{11}
source <xs:simpleType name="ID_LV_11D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(LV)\d{11}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_LV_FON_CD
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (LV)\d{11}|(LVAF)\d{3}(A|B|\d{1})\d{2}|(LVB)\d{6}|(LVIF)\d{3}(A|B|C|D|E|F|\d{1})\d{2}|(LVVF)\d{6}
source <xs:simpleType name="ID_LV_FON_CD">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(LV)\d{11}|(LVAF)\d{3}(A|B|\d{1})\d{2}|(LVB)\d{6}|(LVIF)\d{3}(A|B|C|D|E|F|\d{1})\d{2}|(LVVF)\d{6}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_MAX_6D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{1,6}
source <xs:simpleType name="ID_MAX_6D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{1,6}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_MAX_7D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{1,7}
source <xs:simpleType name="ID_MAX_7D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{1,7}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_MAX_8D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d{1,8}
source <xs:simpleType name="ID_MAX_8D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d{1,8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_PF_4D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (PF)\d{1,4}
source <xs:simpleType name="ID_PF_4D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(PF)\d{1,4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_PL_10
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (PL)\d{10}
source <xs:simpleType name="ID_PL_10">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(PL)\d{10}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_RO_10D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (RO)\d{1,10}
source <xs:simpleType name="ID_RO_10D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(RO)\d{1,10}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_S13_8D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (S13)\d{8}
source <xs:simpleType name="ID_S13_8D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(S13)\d{8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_SE_12
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (SE)\d{12}
source <xs:simpleType name="ID_SE_12">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(SE)\d{12}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_SI_8
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (SI)\d{8}
source <xs:simpleType name="ID_SI_8">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(SI)\d{8}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_SK_8D_3L_2D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern (SK)\d{8}[A-Z]{3}\d{2}
source <xs:simpleType name="ID_SK_8D_3L_2D">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(SK)\d{8}[A-Z]{3}\d{2}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_VAR_LEN
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d+
source <xs:simpleType name="ID_VAR_LEN">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d+"/>
 
</xs:restriction>
</xs:simpleType>

simpleType ID_VAR_LEN_D_DASH
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern \d+(-\d+)?
source <xs:simpleType name="ID_VAR_LEN_D_DASH">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="\d+(-\d+)?"/>
 
</xs:restriction>
</xs:simpleType>

simpleType LTN_EXT_255
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
maxLength 255
pattern [\p{IsBasicLatin}\p{IsLatin-1Supplement}\p{IsLatinExtended-A}\p{IsLatinExtended-B}‘-‟€]+
source <xs:simpleType name="LTN_EXT_255">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
   
<xs:pattern value="[\p{IsBasicLatin}\p{IsLatin-1Supplement}\p{IsLatinExtended-A}\p{IsLatinExtended-B}‘-‟€]+"/>
 
</xs:restriction>
</xs:simpleType>

simpleType LTN_EXT_50
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
maxLength 50
pattern (\p{IsBasicLatin}|\p{IsLatin-1Supplement}|\p{IsLatinExtended-A}|\p{IsLatinExtended-B})+
source <xs:simpleType name="LTN_EXT_50">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="50"/>
   
<xs:pattern value="(\p{IsBasicLatin}|\p{IsLatin-1Supplement}|\p{IsLatinExtended-A}|\p{IsLatinExtended-B})+"/>
 
</xs:restriction>
</xs:simpleType>

simpleType NN_NGTV_2D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:decimal
properties
base xs:decimal
facets
Kind Value Annotation
minInclusive 0
fractionDigits 2
source <xs:simpleType name="NN_NGTV_2D">
 
<xs:restriction base="xs:decimal">
   
<xs:fractionDigits value="2"/>
   
<xs:minInclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>

simpleType PTTRN_LEI
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
maxLength 20
pattern [A-Z0-9]{18}[0-9]{2}
source <xs:simpleType name="PTTRN_LEI">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="20"/>
   
<xs:pattern value="[A-Z0-9]{18}[0-9]{2}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType RL_NN_NGTV_2D
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:decimal
properties
base xs:decimal
facets
Kind Value Annotation
minInclusive 0
fractionDigits 2
source <xs:simpleType name="RL_NN_NGTV_2D">
 
<xs:restriction base="xs:decimal">
   
<xs:fractionDigits value="2"/>
   
<xs:minInclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>

simpleType STRNG_50
namespace http://www.bcl.lu/rf/sdmx-ml/LU_ANCRDT/v1_0_7/ECB_LU_ANCRDT_C_FORMATS
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
maxLength 50
source <xs:simpleType name="STRNG_50">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="50"/>
 
</xs:restriction>
</xs:simpleType>


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