complexType UserEnumDataType
diagram plmxml_diagrams/plmxml_p554.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
used by
elements Annotation3DType/FeatureIdentification MROLocationType/LocationType AllocationType/Reason Annotation3DType/SafetyClassification FeatureBase/Type FeatureTreeType/Type Annotation3DType/ValueToCustomer
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xsd:string  required      
listRef  plm:anyURIType  optional      
valueRef  plm:anyURIType  optional      
annotation
appinfo
sdkname=UserEnum
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.
     
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>

attribute UserEnumDataType/@value
type xsd:string
properties
use required
source <xsd:attribute name="value" type="xsd:string" use="required"/>

attribute UserEnumDataType/@listRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="listRef" type="plm:anyURIType" use="optional" plm:refType="plm:UserList"/>

attribute UserEnumDataType/@valueRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy