complexType AssociatedDataSetType
diagram plmxml_diagrams/plmxml_p226.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef plm:UserData
used by
element AssociatedDataSet
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
dataSetRef  plm:anyURIType  required      
role  xsd:string  required      
roleRef  plm:anyURIType  optional      
annotation
documentation

      Attribute used to associate a DataSet with a PLM XML element.

      Attributes:

      dataSetRef:       uri reference to DataSet
      role:             role/purpose of DataSet. No specified values.
      roleRef:          References a multiple language version of role. If
                        multiple language support is required, roleRef should be
                        used in addition to role.

      Sub-elements:

      UserData:         Represents user-definable properties on the
                        relationship.
     
source <xsd:complexType name="AssociatedDataSetType">
 
<xsd:annotation>
   
<xsd:documentation>
      Attribute used to associate a DataSet with a PLM XML element.

      Attributes:

      dataSetRef:       uri reference to DataSet
      role:             role/purpose of DataSet. No specified values.
      roleRef:          References a multiple language version of role. If
                        multiple language support is required, roleRef should be
                        used in addition to role.

      Sub-elements:

      UserData:         Represents user-definable properties on the
                        relationship.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:UserData"/>
     
</xsd:choice>
     
<xsd:attribute name="dataSetRef" type="plm:anyURIType" use="required" plm:refType="plm:DataSet"/>
     
<xsd:attribute name="role" type="xsd:string" use="required"/>
     
<xsd:attribute name="roleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AssociatedDataSetType/@dataSetRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="dataSetRef" type="plm:anyURIType" use="required" plm:refType="plm:DataSet"/>

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

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


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