complexType OccurrenceControlType
diagram plmxml_diagrams/plmxml_p407.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureBase
properties
base plm:StructureBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup
used by
element OccurrenceControl
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      
catalogueId  xsd:string  optional      
optionRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
controlledOccurrenceRef  plm:anyURIType  required      
contextRef  plm:anyURIType  required      
annotation
documentation

      This is the revision-independent element which represents control over Occurrence(s)
      and their AbsoluteOccurrence data in a set context
      
      Attributes:
     
      controlledOccurrenceRef: the AbsoluteOccurrence controlled by this OccurrenceControl
      contextRef:            the context of the OccurrenceControl

     
source <xsd:complexType name="OccurrenceControlType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is the revision-independent element which represents control over Occurrence(s)
      and their AbsoluteOccurrence data in a set context
      
      Attributes:
     
      controlledOccurrenceRef: the AbsoluteOccurrence controlled by this OccurrenceControl
      contextRef:            the context of the OccurrenceControl

     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureBase">
     
<xsd:attribute name="controlledOccurrenceRef" type="plm:anyURIType" use="required" plm:refType="plm:AbsoluteOccurrence"/>
     
<xsd:attribute name="contextRef" type="plm:anyURIType" use="required" plm:refType="plm:StructureView plm:StructureRevisionView"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute OccurrenceControlType/@controlledOccurrenceRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="controlledOccurrenceRef" type="plm:anyURIType" use="required" plm:refType="plm:AbsoluteOccurrence"/>

attribute OccurrenceControlType/@contextRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="contextRef" type="plm:anyURIType" use="required" plm:refType="plm:StructureView plm:StructureRevisionView"/>


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