diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||
type | extension of xsd:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:complexType name="LanguageStringType"> <xsd:annotation> <xsd:documentation> This is the base type for all Types which are used for String values which might appear in different Languages. Attributes: isMaster: Whether the language is the master language. </xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="language" type="xsd:language" use="optional"/> <xsd:attribute name="isMaster" type="xsd:boolean" default="false"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |
type | xsd:language | ||
properties |
|
||
source | <xsd:attribute name="language" type="xsd:language" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isMaster" type="xsd:boolean" default="false"/> |