complexType MultipleLanguageTextType
diagram plmxml_diagrams/plmxml_p402.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
children plm:Item
used by
elements PLMXMLBusinessTypesType/Text PLMXMLType/Text
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
primary  xsd:language  optional      
annotation
documentation

      A container that represents text in multiple languages.

      Attributes:

      primary:          Indicates the language that is preferred in some way. It
                        also overrides the language attribute on the PLMXML
                        element. The override applies to the single language
                        versions of the attributes that correspond to the
                        referencing multiple language attributes.

      Sub-elements:

      Item:             Text in a particular language. Only Item per language
                        should be used.
     
source <xsd:complexType name="MultipleLanguageTextType">
 
<xsd:annotation>
   
<xsd:documentation>
      A container that represents text in multiple languages.

      Attributes:

      primary:          Indicates the language that is preferred in some way. It
                        also overrides the language attribute on the PLMXML
                        element. The override applies to the single language
                        versions of the attributes that correspond to the
                        referencing multiple language attributes.

      Sub-elements:

      Item:             Text in a particular language. Only Item per language
                        should be used.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element name="Item" type="plm:MultipleLanguageItemType"/>
     
</xsd:choice>
     
<xsd:attribute name="primary" type="xsd:language" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MultipleLanguageTextType/@primary
type xsd:language
properties
use optional
source <xsd:attribute name="primary" type="xsd:language" use="optional"/>

element MultipleLanguageTextType/Item
diagram plmxml_diagrams/plmxml_p403.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:MultipleLanguageItemType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language    en    
source <xsd:element name="Item" type="plm:MultipleLanguageItemType"/>


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