complexType DataSetType
diagram plmxml_diagrams/plmxml_p279.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element DataSet
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
version  xsd:nonNegativeInteger  optional      
type  xsd:string  optional      
memberRefs  plm:uriReferenceListType  optional      
typeRef  plm:anyURIType  optional      
annotation
documentation

      Represents a DataSet (collection of files).

      Attributes:

      (name:            name of the DataSet; inherited from AttribOwnerBase)
      version:          version number.
      type:             type of DataSet. No specified values.
      memberRefs:       uri references to the members of the DataSet. These
                        should be plm:ExternalFile elements.
      typeRef:          References a multiple language version of type. If
                        multiple language support is required, typeRef should be
                        used in addition to type.
     
source <xsd:complexType name="DataSetType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a DataSet (collection of files).

      Attributes:

      (name:            name of the DataSet; inherited from AttribOwnerBase)
      version:          version number.
      type:             type of DataSet. No specified values.
      memberRefs:       uri references to the members of the DataSet. These
                        should be plm:ExternalFile elements.
      typeRef:          References a multiple language version of type. If
                        multiple language support is required, typeRef should be
                        used in addition to type.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="version" type="xsd:nonNegativeInteger" use="optional"/>
     
<xsd:attribute name="type" type="xsd:string" use="optional"/>
     
<xsd:attribute name="memberRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ExternalFile"/>
     
<xsd:attribute name="typeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DataSetType/@version
type xsd:nonNegativeInteger
properties
use optional
source <xsd:attribute name="version" type="xsd:nonNegativeInteger" use="optional"/>

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

attribute DataSetType/@memberRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="memberRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ExternalFile"/>

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


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