complexType Locale
diagram index_p397.png
children Locale
used by
elements LightSources/ChangeableLightSource/Description LightSources/FixedLightSource/Description LightSources/MultiChannelLightSource/Description ControlGears/ControlGear/Description ProductMetaData/Description Variants/Variant/Description ProductSeries/ProductSerie/Description LightSources/MultiChannelLightSource/Channels/Channel/DisplayName DescriptiveAttributes/Marketing/HousingColors/HousingColor LightSources/ChangeableLightSource/Name LightSources/FixedLightSource/Name LightSources/MultiChannelLightSource/Name ControlGears/ControlGear/Name Emitters/Emitter/ChangeableLightEmitter/Name Emitters/Emitter/FixedLightEmitter/Name Emitters/Emitter/MultiChannelLightEmitter/Name Emitters/Emitter/SensorEmitter/Name ProductMetaData/Name Variants/Variant/Name DescriptiveAttributes/CustomProperties/Property/Name ProductSeries/ProductSerie/Name ProductMetaData/ProductNumber Variants/Variant/ProductNumber DescriptiveAttributes/Marketing/Markets/Region DescriptiveAttributes/Mechanical/SealingMaterial ProductMetaData/TenderText Variants/Variant/TenderText
annotation
documentation
Definition of a translatable text
source <xs:complexType name="Locale">
 
<xs:annotation>
   
<xs:documentation>Definition of a translatable text</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Locale" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Text in a specific language and region</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="language" type="xs:language" use="required">
             
<xs:annotation>
               
<xs:documentation>Language (and region optionally) of the text in the Locale element, according to RFC1766. E.g. "en", "en-US", "de" or "de-DE"</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Locale/Locale
diagram index_p398.png
type extension of xs:string
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xs:language  required      
documentation
Language (and region optionally) of the text in the Locale element, according to RFC1766. E.g. "en", "en-US", "de" or "de-DE"
annotation
documentation
Text in a specific language and region
source <xs:element name="Locale" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Text in a specific language and region</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="language" type="xs:language" use="required">
         
<xs:annotation>
           
<xs:documentation>Language (and region optionally) of the text in the Locale element, according to RFC1766. E.g. "en", "en-US", "de" or "de-DE"</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute Locale/Locale/@language
type xs:language
properties
use required
annotation
documentation
Language (and region optionally) of the text in the Locale element, according to RFC1766. E.g. "en", "en-US", "de" or "de-DE"
source <xs:attribute name="language" type="xs:language" use="required">
 
<xs:annotation>
   
<xs:documentation>Language (and region optionally) of the text in the Locale element, according to RFC1766. E.g. "en", "en-US", "de" or "de-DE"</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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