complexType CollaborationContextType
diagram plmxml_diagrams/plmxml_p1417.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 CollaborationContext
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      
currentContextRef  plm:anyURIType        
configurationRuleRef  plm:anyURIType        
structureContextRefs  plm:uriReferenceListType        
managedRefs  plm:uriReferenceListType        
annotation
documentation

      CollaborationContext is used to group together several StructureContext elements,
      and a default configuration rule.
       
      Attributes:
   
      currentContextRef:    The current StructureContext.
      configurationRuleRef: configuration rule for this element.
      structureContextRefs: References to StructureContextRefs.
      managedRefs:          references to attachments.
     
source <xsd:complexType name="CollaborationContextType">
 
<xsd:annotation>
   
<xsd:documentation>
      CollaborationContext is used to group together several StructureContext elements,
      and a default configuration rule.
       
      Attributes:
   
      currentContextRef:    The current StructureContext.
      configurationRuleRef: configuration rule for this element.
      structureContextRefs: References to StructureContextRefs.
      managedRefs:          references to attachments.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="currentContextRef" type="plm:anyURIType" plm:refType="plm:StructureContext"/>
     
<xsd:attribute name="configurationRuleRef" type="plm:anyURIType" plm:refType="plm:ConfigurationRule"/>
     
<xsd:attribute name="structureContextRefs" type="plm:uriReferenceListType" plm:refType="plm:StructureContext"/>
     
<xsd:attribute name="managedRefs" type="plm:uriReferenceListType" plm:refType="plm:Managed"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CollaborationContextType/@currentContextRef
type plm:anyURIType
source <xsd:attribute name="currentContextRef" type="plm:anyURIType" plm:refType="plm:StructureContext"/>

attribute CollaborationContextType/@configurationRuleRef
type plm:anyURIType
source <xsd:attribute name="configurationRuleRef" type="plm:anyURIType" plm:refType="plm:ConfigurationRule"/>

attribute CollaborationContextType/@structureContextRefs
type plm:uriReferenceListType
source <xsd:attribute name="structureContextRefs" type="plm:uriReferenceListType" plm:refType="plm:StructureContext"/>

attribute CollaborationContextType/@managedRefs
type plm:uriReferenceListType
source <xsd:attribute name="managedRefs" type="plm:uriReferenceListType" plm:refType="plm:Managed"/>


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