complexType DrawingType
diagram plmxml_diagrams/plmxml_p308.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureBase
properties
base plm:StructureBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup
used by
element Drawing
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      
catalogueId  xsd:string  optional      
optionRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
title  xsd:string  optional      
titleRef  plm:anyURIType  optional      
annotation
documentation

      This is the revision-independent Drawing element. A Drawing is a 2D
      representation of one or more ProductRevisions/ProductRevisionViews.
     
      Use the 'catalogueId' attribute on the Structure class as a persistent Id
      for the Drawing.
     
      Attributes:
     
      title:            Title of the Drawing.
      titleRef:         References a multiple language version of title. If
                        multiple language support is required, titleRef should
                        be used in addition to title.
     
source <xsd:complexType name="DrawingType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is the revision-independent Drawing element. A Drawing is a 2D
      representation of one or more ProductRevisions/ProductRevisionViews.
     
      Use the 'catalogueId' attribute on the Structure class as a persistent Id
      for the Drawing.
     
      Attributes:
     
      title:            Title of the Drawing.
      titleRef:         References a multiple language version of title. If
                        multiple language support is required, titleRef should
                        be used in addition to title.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureBase">
     
<xsd:attribute name="title" type="xsd:string" use="optional"/>
     
<xsd:attribute name="titleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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


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