diagram | |||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | extension of xsd:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:complexType name="MultipleLanguageItemType"> <xsd:annotation> <xsd:documentation> Text in a particular language. Attributes: language: The language of the text. </xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="language" type="xsd:language" default="en"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |
type | xsd:language | ||
properties |
|
||
source | <xsd:attribute name="language" type="xsd:language" default="en"/> |