complexType AbsoluteOccurrenceType
diagram plmxml_diagrams/plmxml_p217.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element AbsoluteOccurrence
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      
occurrenceId  xsd:string  optional      
instancePathRefs  plm:uriReferenceListType  optional      
annotation
documentation

      An AbsoluteOccurrence provides a mechanism for collecting together a number of
      InstancePaths, which in some sense 'correspond' (for example the front left wheels
      in two different cars). There are no actual requirements on what these
      InstancePaths are.
    
      Attributes:
   
      occurrenceId:         an id for the Occurrence
      instancePathRefs:     the InstancePaths in the AbsoluteOccurrence
     
source <xsd:complexType name="AbsoluteOccurrenceType">
 
<xsd:annotation>
   
<xsd:documentation>
      An AbsoluteOccurrence provides a mechanism for collecting together a number of
      InstancePaths, which in some sense 'correspond' (for example the front left wheels
      in two different cars). There are no actual requirements on what these
      InstancePaths are.
    
      Attributes:
   
      occurrenceId:         an id for the Occurrence
      instancePathRefs:     the InstancePaths in the AbsoluteOccurrence
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="occurrenceId" type="xsd:string" use="optional"/>
     
<xsd:attribute name="instancePathRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:InstancePath"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AbsoluteOccurrenceType/@occurrenceId
type xsd:string
properties
use optional
source <xsd:attribute name="occurrenceId" type="xsd:string" use="optional"/>

attribute AbsoluteOccurrenceType/@instancePathRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="instancePathRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:InstancePath"/>


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