diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="GeneralOptionType"> <xsd:annotation> <xsd:documentation> This type is intended to serve as a flexible extension mechanism to the existing explicit elements and attributes of any main type Attributes: optionType: allows to define a type for the option like pre or post option name: the name of the option language: the language of the value value: the value of the option </xsd:documentation> </xsd:annotation> <xsd:attribute name="optionType" type="xsd:string" use="optional"/> <xsd:attribute name="name" type="xsd:string" use="required"/> <xsd:attribute name="language" type="xsd:language" use="optional"/> <xsd:attribute name="value" type="xsd:string" use="optional"/> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="optionType" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="name" type="xsd:string" use="required"/> |
type | xsd:language | ||
properties |
|
||
source | <xsd:attribute name="language" type="xsd:language" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="value" type="xsd:string" use="optional"/> |