Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ShortTextLangType
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextTypee-document-3_1_10_xsd_Complex_Type_ShortTextLangType.tmp#ShortTextLangType_lang
Type extension of ShortTextType
Type hierarchy
Used by
Attributes
QName Type Use
lang LanguageType optional
Source
<xs:complexType name="ShortTextLangType">
  <xs:simpleContent>
    <xs:extension base="ShortTextType">
      <xs:attribute name="lang" type="LanguageType" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute ShortTextLangType / @lang
Namespace No namespace
Type LanguageType
Properties
use optional
Facets
minLength 2
maxLength 3
pattern [a-z]{2,3}|[A-Z]{2,3}
Used by
Complex Type ShortTextLangType
Source
<xs:attribute name="lang" type="LanguageType" use="optional"/>