complexType OccurrenceGroupType
diagram plmxml_diagrams/plmxml_p409.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 OccurrenceGroup
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      
instancePathRootRef  plm:anyURIType        
childRefs  plm:uriReferenceListType        
annotation
documentation

      This is a group of InstancePaths and other OccurrenceGroups. All the InstancePaths
      included (recursively) in an OccurrenceGroup must have the same InstancePathRoot.
   
      OccurrenceGroups can share InstancePaths or other OccurrenceGroups, but must not
      contain recursive loops.
   
      Attributes:
   
      instancePathRootRef: reference to the common InstancePathRoot.
                     
      childRefs:           reference to contained InstancePaths or OccurrenceGroups
     
source <xsd:complexType name="OccurrenceGroupType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a group of InstancePaths and other OccurrenceGroups. All the InstancePaths
      included (recursively) in an OccurrenceGroup must have the same InstancePathRoot.
   
      OccurrenceGroups can share InstancePaths or other OccurrenceGroups, but must not
      contain recursive loops.
   
      Attributes:
   
      instancePathRootRef: reference to the common InstancePathRoot.
                     
      childRefs:           reference to contained InstancePaths or OccurrenceGroups
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="instancePathRootRef" type="plm:anyURIType" plm:refType="plm:InstancePathRoot"/>
     
<xsd:attribute name="childRefs" type="plm:uriReferenceListType" plm:refType="plm:AttribOwner"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute OccurrenceGroupType/@instancePathRootRef
type plm:anyURIType
source <xsd:attribute name="instancePathRootRef" type="plm:anyURIType" plm:refType="plm:InstancePathRoot"/>

attribute OccurrenceGroupType/@childRefs
type plm:uriReferenceListType
source <xsd:attribute name="childRefs" type="plm:uriReferenceListType" plm:refType="plm:AttribOwner"/>


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