complexType ConfiguredOccurrenceGroupType
diagram plmxml_diagrams/plmxml_p266.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:AssociatedAttachment
used by
element ConfiguredOccurrenceGroup
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      
childRefs  plm:uriReferenceListType  optional      
sourceRef  plm:anyURIType  optional      
associatedAttachmentRefs  plm:uriReferenceListType  optional      
annotation
documentation

      This is the configured form of the OccurrenceGroup element.
     
      It is a group of Occurrences and other ConfiguredOccurrenceGroups. All the
      Occurrences included (recursively) in a ConfiguredOccurrenceGroup must have the
      same Structure and View as the parent of their top Instance.
   
      ConfiguredOccurrenceGroups can share Occurrences or other
      ConfiguredOccurrenceGroups, but must not contain recursive loops.
   
      Attributes:
                     
      childRefs:      reference to contained Occurrences or ConfiguredOccurrenceGroups
      sourceRef:      A reference to the OccurrenceGroup to which this corresponds.
      associatedAttachmentRefs: references to root AssociatedAttachments.
     
      Sub-elements:
     
      AssociatedAttachment
     
source <xsd:complexType name="ConfiguredOccurrenceGroupType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is the configured form of the OccurrenceGroup element.
     
      It is a group of Occurrences and other ConfiguredOccurrenceGroups. All the
      Occurrences included (recursively) in a ConfiguredOccurrenceGroup must have the
      same Structure and View as the parent of their top Instance.
   
      ConfiguredOccurrenceGroups can share Occurrences or other
      ConfiguredOccurrenceGroups, but must not contain recursive loops.
   
      Attributes:
                     
      childRefs:      reference to contained Occurrences or ConfiguredOccurrenceGroups
      sourceRef:      A reference to the OccurrenceGroup to which this corresponds.
      associatedAttachmentRefs: references to root AssociatedAttachments.
     
      Sub-elements:
     
      AssociatedAttachment
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:AssociatedAttachment" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="childRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Managed"/>
     
<xsd:attribute name="sourceRef" type="plm:anyURIType" use="optional" plm:refType="plm:OccurrenceGroup"/>
     
<xsd:attribute name="associatedAttachmentRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:AssociatedAttachment"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ConfiguredOccurrenceGroupType/@childRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="childRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Managed"/>

attribute ConfiguredOccurrenceGroupType/@sourceRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="sourceRef" type="plm:anyURIType" use="optional" plm:refType="plm:OccurrenceGroup"/>

attribute ConfiguredOccurrenceGroupType/@associatedAttachmentRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="associatedAttachmentRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:AssociatedAttachment"/>


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