complexType UserDataType
diagram plmxml_diagrams/plmxml_p552.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef plm:UserValue
used by
elements WorkflowHandlerType/Arguments ProductFamilyType/Parameters ProductDependencyType/Parameters UserData
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
type  xsd:string  optional      
typeRef  plm:anyURIType  optional      
annotation
documentation

      The UserData element is a PLMXML Attribute used to represent a table of
      title/value pairs. It is up to communicating applications to agree on the
      meaning of these tables.
      UserData is based on the plm:Attribute base class so that it may be
      substituted wherever PLMXML Attributes are permitted.

      Attributes:

      type:             A string giving the type of UserData. No specified
                        values.
      typeRef:          References a multiple language version of type. If
                        multiple language support is required, typeRef should be
                        used in addition to type.

      Elements:

      UserValue:      One element per entry in the table (at least one).
     
source <xsd:complexType name="UserDataType">
 
<xsd:annotation>
   
<xsd:documentation>
      The UserData element is a PLMXML Attribute used to represent a table of
      title/value pairs. It is up to communicating applications to agree on the
      meaning of these tables.
      UserData is based on the plm:Attribute base class so that it may be
      substituted wherever PLMXML Attributes are permitted.

      Attributes:

      type:             A string giving the type of UserData. No specified
                        values.
      typeRef:          References a multiple language version of type. If
                        multiple language support is required, typeRef should be
                        used in addition to type.

      Elements:

      UserValue:      One element per entry in the table (at least one).
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:choice>
       
<xsd:element name="UserValue" type="plm:UserDataElementType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:choice>
     
<xsd:attribute name="type" type="xsd:string" use="optional"/>
     
<xsd:attribute name="typeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute UserDataType/@type
type xsd:string
properties
use optional
source <xsd:attribute name="type" type="xsd:string" use="optional"/>

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

element UserDataType/UserValue
diagram plmxml_diagrams/plmxml_p553.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UserDataElementType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:UserList
attributes
Name  Type  Use  Default  Fixed  Annotation
title  xsd:string  required      
value  xsd:string  required      
type  plm:UserValueDataType    string    
format  xsd:string  optional      
dataRef  plm:anyURIType  optional      
editable  xsd:boolean    false    
minInclusive  xsd:double  optional      
minExclusive  xsd:double  optional      
maxInclusive  xsd:double  optional      
maxExclusive  xsd:double  optional      
stepValue  xsd:double  optional      
minLength  xsd:nonNegativeInteger  optional      
maxLength  xsd:nonNegativeInteger  optional      
titleRef  plm:anyURIType  optional      
valueRef  plm:anyURIType  optional      
source <xsd:element name="UserValue" type="plm:UserDataElementType" minOccurs="0" maxOccurs="unbounded"/>


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