diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ValueDetailsType"> <xsd:annotation> <xsd:documentation> This is a value in a LOV (the type is also used for other purposes). Attributes: stringValue: value, if a string intValue: value, if an integer doubleValue: value, if a double dateValue: value, if a date indexValue: associates an index with a LOV value listOfValuesRef: used if a LOV value has a reference to another LOV. classification: associates a classification string with a LOV value. The classification specifies the 'meaning' of the value. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="stringValue" type="xsd:string"/> <xsd:attribute name="intValue" type="xsd:integer"/> <xsd:attribute name="doubleValue" type="xsd:double"/> <xsd:attribute name="dateValue" type="xsd:dateTime"/> <xsd:attribute name="indexValue" type="xsd:integer" use="optional"/> <xsd:attribute name="listOfValuesRef" type="plm:anyURIType" use="optional" plm:refType="bus:ListOfValues"/> <xsd:attribute name="classification" type="xsd:string" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string |
source | <xsd:attribute name="stringValue" type="xsd:string"/> |
type | xsd:integer |
source | <xsd:attribute name="intValue" type="xsd:integer"/> |
type | xsd:double |
source | <xsd:attribute name="doubleValue" type="xsd:double"/> |
type | xsd:dateTime |
source | <xsd:attribute name="dateValue" type="xsd:dateTime"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="indexValue" type="xsd:integer" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="listOfValuesRef" type="plm:anyURIType" use="optional" plm:refType="bus:ListOfValues"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="classification" type="xsd:string" use="optional"/> |