diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||
used by | |||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xsd:complexType name="UserEnumDataType"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=UserEnum</xsd:appinfo> <xsd:documentation> This element represents a user defined enumeration value. Attributes: value: the enum value (required). listRef: reference to a UserList element which gives the valid values in the enum. 'value' must be one of these values. valueRef: References a multiple language version of value. If multiple language support is required, valueRef should be used in addition to value. </xsd:documentation> </xsd:annotation> <xsd:attribute name="value" type="xsd:string" use="required"/> <xsd:attribute name="listRef" type="plm:anyURIType" use="optional" plm:refType="plm:UserList"/> <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="value" type="xsd:string" use="required"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="listRef" type="plm:anyURIType" use="optional" plm:refType="plm:UserList"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |