complexType StructureViewType
diagram plmxml_diagrams/plmxml_p513.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 plm:PropertyGroup
used by
element StructureView
complexTypes ProcessStructureViewType ProductStructureViewType WorkAreaStructureViewType
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      
masterRef  plm:anyURIType  optional      
viewRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
annotation
documentation

      This abstract element represents a View (e.g. 'design') of a Structure.
      It simply references the associated Structure and View elements.
   
      Attributes:
   
      masterRef:      reference to the Structure
      viewRef:        reference to the View
      propertyRefs:   reference to Properties
     
      Elements:
     
      PropertyGroup
     
source <xsd:complexType name="StructureViewType">
 
<xsd:annotation>
   
<xsd:documentation>
      This abstract element represents a View (e.g. 'design') of a Structure.
      It simply references the associated Structure and View elements.
   
      Attributes:
   
      masterRef:      reference to the Structure
      viewRef:        reference to the View
      propertyRefs:   reference to Properties
     
      Elements:
     
      PropertyGroup
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:PropertyGroup" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="masterRef" type="plm:anyURIType" use="optional" plm:refType="plm:Structure"/>
     
<xsd:attribute name="viewRef" type="plm:anyURIType" use="optional" plm:refType="plm:View"/>
     
<xsd:attribute name="propertyRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Property"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute StructureViewType/@masterRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="masterRef" type="plm:anyURIType" use="optional" plm:refType="plm:Structure"/>

attribute StructureViewType/@viewRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="viewRef" type="plm:anyURIType" use="optional" plm:refType="plm:View"/>

attribute StructureViewType/@propertyRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="propertyRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Property"/>


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