complexType PropertySetType
diagram plmxml_diagrams/plmxml_p1676.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:BusinessDataDefBase
properties
base bus:BusinessDataDefBase
children plm:Description plm:ApplicationRef plm:Attribute bus:Clauses
used by
element PropertySet
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      
scope  bus:RuleScopeType  required      
annotation
documentation

      Represents the Property Set for any Transfer Mode.
                       
      Attributes:
                                          
      SubElements:
                        
      Clauses:        A UserList element that contains the list of property strings for
                      various object types in the property set.
     
source <xsd:complexType name="PropertySetType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents the Property Set for any Transfer Mode.
                       
      Attributes:
                                          
      SubElements:
                        
      Clauses:        A UserList element that contains the list of property strings for
                      various object types in the property set.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessDataDefBase">
     
<xsd:sequence>
       
<xsd:element name="Clauses" type="plm:UserListDataType"/>
     
</xsd:sequence>
     
<xsd:attribute name="scope" type="bus:RuleScopeType" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PropertySetType/@scope
type bus:RuleScopeType
properties
use required
facets
Kind Value Annotation
enumeration tceng
enumeration application
enumeration plmxml
source <xsd:attribute name="scope" type="bus:RuleScopeType" use="required"/>

element PropertySetType/Clauses
diagram plmxml_diagrams/plmxml_p1677.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type plm:UserListDataType
properties
content complex
children plm:Description plm:ApplicationRef plm:Item
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
type  plm:UserValueDataType    string    
source <xsd:element name="Clauses" type="plm:UserListDataType"/>


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