diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | plm:Item | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |
type | xsd:language | ||
properties |
|
||
source | <xsd:attribute name="primary" type="xsd:language" use="optional"/> |
diagram | |||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | plm:MultipleLanguageItemType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="Item" type="plm:MultipleLanguageItemType"/> |