complexType FolderType
diagram plmxml_diagrams/plmxml_p1423.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 Folder
complexType ModelViewListType
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      
folderContentRefs  plm:uriReferenceListType        
annotation
documentation

        A Folder is a general-purpose collection of other elements.
     
        Attributes:
     
        subType:        Inherited from ManagedBase. A string representing the sub-type of the Folder. The
                        string, "viewSet", is reserved for a set of Model Views in NX.
        folderContentRefs: The contents of the Folder. When the subType attribute is set to "viewSet",
                        folderContentsRefs references a list of ProductViews with their usage attributes
                        set to "modelView". The first reference in the list references the Base View.
     
source <xsd:complexType name="FolderType">
 
<xsd:annotation>
   
<xsd:documentation>
        A Folder is a general-purpose collection of other elements.
     
        Attributes:
     
        subType:        Inherited from ManagedBase. A string representing the sub-type of the Folder. The
                        string, "viewSet", is reserved for a set of Model Views in NX.
        folderContentRefs: The contents of the Folder. When the subType attribute is set to "viewSet",
                        folderContentsRefs references a list of ProductViews with their usage attributes
                        set to "modelView". The first reference in the list references the Base View.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="folderContentRefs" type="plm:uriReferenceListType"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute FolderType/@folderContentRefs
type plm:uriReferenceListType
source <xsd:attribute name="folderContentRefs" type="plm:uriReferenceListType"/>


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