simpleType ISOLanguageCodeType
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
base xs:string
used by
element FundRelatedTextType/TextLanguage
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
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.
source <xs:simpleType 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>


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