diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ManagedBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:nonNegativeInteger | ||
properties |
|
||
source | <xsd:attribute name="version" type="xsd:nonNegativeInteger" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="type" type="xsd:string" use="optional"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="memberRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ExternalFile"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="typeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |