diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute cl:Name cl:Comment cl:GeneralOption cl:Values | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="KeyLOVType"> <xsd:annotation> <xsd:documentation> The KeyLOV type defines a list of key - value pairs that are used to specify the list of possible values for Classification attributes Elements: Name: an optional display name for the KeyLOV definition. Comment: a general comment intended for the maintainer of the object GeneralOption: general options. Values: the key - values pairs Attribute: keyLOVId: The unique id of the KeyLOV object options: keyLOV specific options hideKeys: if true it indicates the application to hide the keys while displaying keyLOV values </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element name="Name" type="cl:NameType" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="Comment" type="cl:CommentType" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="GeneralOption" type="cl:GeneralOptionType" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="Values" type="cl:KeyLOVValueType" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="keyLOVId" type="cl:ICSIdType" use="required"/> <xsd:attribute name="options" type="cl:KeyLOVOptionsEnumType" use="optional" default="Exclusive"/> <xsd:attributeGroup ref="cl:HistoryAttributes"/> <xsd:attribute name="hideKeys" type="xsd:boolean" default="false"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | cl:ICSIdType | ||
properties |
|
||
source | <xsd:attribute name="keyLOVId" type="cl:ICSIdType" use="required"/> |
type | cl:KeyLOVOptionsEnumType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="options" type="cl:KeyLOVOptionsEnumType" use="optional" default="Exclusive"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="hideKeys" type="xsd:boolean" default="false"/> |
diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||
type | cl:NameType | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:element name="Name" type="cl:NameType" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||
type | cl:CommentType | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:element name="Comment" type="cl:CommentType" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||||||||||||||
type | cl:GeneralOptionType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xsd:element name="GeneralOption" type="cl:GeneralOptionType" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||
type | cl:KeyLOVValueType | ||||||||||||
properties |
|
||||||||||||
children | cl:Key cl:Value | ||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="Values" type="cl:KeyLOVValueType" maxOccurs="unbounded"/> |