Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry at http://www.iana.org/assignments/lang-tag-apps.htm for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.
Source
<xs:complexType name="StringMultiLang"><xs:annotation><xs:documentation>Multi-lang string with a maximum length of 500 characters.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="String"><xs:attribute ref="xml:lang" default="en"/></xs:extension></xs:simpleContent></xs:complexType>
Simple Type String
Namespace
http://lca.jrc.it/ILCD/Common
Annotations
String with a maximum length of 500 characters. Must have a minimum length of 1.
<xs:simpleType name="String"><xs:annotation><xs:documentation>String with a maximum length of 500 characters. Must have a minimum length of 1.</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:minLength value="0"/><xs:maxLength value="500"/></xs:restriction></xs:simpleType>
Simple Type LevelType
Namespace
http://lca.jrc.it/ILCD/Common
Annotations
1-digit integer number, must be equal to or greater than 0
<xs:simpleType name="LevelType"><xs:annotation><xs:documentation>1-digit integer number, must be equal to or greater than 0</xs:documentation></xs:annotation><xs:restriction base="Int1"><xs:minInclusive value="0"/></xs:restriction></xs:simpleType>
Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry at http://www.iana.org/assignments/lang-tag-apps.htm for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.
Source
<xs:complexType name="STMultiLang"><xs:annotation><xs:documentation>Multi-lang short text with a maximum length of 1000 characters.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="ST"><xs:attribute ref="xml:lang" default="en"/></xs:extension></xs:simpleContent></xs:complexType>
Simple Type ST
Namespace
http://lca.jrc.it/ILCD/Common
Annotations
Short text with a maximum length of 1000 characters.
<xs:simpleType name="ST"><xs:annotation><xs:documentation>Short text with a maximum length of 1000 characters.</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:minLength value="0"/><xs:maxLength value="1000"/></xs:restriction></xs:simpleType>
Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry at http://www.iana.org/assignments/lang-tag-apps.htm for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.
Source
<xs:complexType name="FTMultiLang"><xs:annotation><xs:documentation>Multi-lang free text with an unlimited length.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="FT"><xs:attribute ref="xml:lang" default="en"/></xs:extension></xs:simpleContent></xs:complexType>
<xs:simpleType name="FT"><xs:annotation><xs:documentation>Free text with an unlimited length.</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:minLength value="0"/></xs:restriction></xs:simpleType>
<xs:simpleType name="Real"><xs:annotation><xs:documentation>38-digit real number</xs:documentation></xs:annotation><xs:restriction base="xs:double"/></xs:simpleType>
<xs:simpleType name="dateTime"><xs:annotation><xs:documentation>Date and time format acc. to ISO 8601, chapter 5.4</xs:documentation></xs:annotation><xs:restriction base="xs:dateTime"/></xs:simpleType>
<xs:simpleType name="GIS"><xs:annotation><xs:documentation>Global geographical reference in Latitude and Longitude</xs:documentation><xs:documentation>Examples: "+42.42;-180", "0;0", "13.22 ; -3</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:pattern value="\s*([\-+]?(([0-8]?\d)(\.\d*)?)|(90(\.0{0,2})?))\s*;\s*(([\-+]?(((1[0-7]\d)(\.\d*)?)|([0-9]\d(\.\d*)?)|(\d(\.\d*)?)|(180(\.[0]*)?))))\s*"/></xs:restriction></xs:simpleType>
<xs:simpleType name="CASNumber"><xs:annotation><xs:documentation>CAS Number, leading zeros are requried.</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:pattern value="\d{6}-\d{2}-\d"/></xs:restriction></xs:simpleType>
String with a maximum length of 500 characters. May be empty.
Diagram
Type
restriction of xs:string
Facets
minLength
0
maxLength
500
Source
<xs:simpleType name="NullableString"><xs:annotation><xs:documentation>String with a maximum length of 500 characters. May be empty.</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:minLength value="0"/><xs:maxLength value="500"/></xs:restriction></xs:simpleType>