complexType SymbolicOccurrenceType
diagram plmxml_diagrams/plmxml_p519.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:DescriptionBase
properties
base plm:DescriptionBase
children plm:Description plm:ApplicationRef
used by
element SymbolicOccurrence
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
contextRef  plm:anyURIType  optional      
sourceRef  plm:anyURIType  required      
parentRef  plm:anyURIType  optional      
showSource  xsd:boolean    false    
symbolicRefs  plm:uriReferenceListType  optional      
annotation
documentation

      This element is used to "re-organise" an Occurrence under a new parent
      Occurrence. It references the "source" Occurrence which is being reorganised, and
      specifies the new parent.
    
      Attributes:
   
      contextRef:            Occurrence defining the context in which the reorganisation
                             was defined
      sourceRef:             the source Occurrence or Instance being reorganised
      parentRef:             the new parent Occurrence, SymbolicOccurrence, Instance or
                             StructureRevisionView
      showSource:            true if the source Occurrence or Instance should be displayed,
                             as well as the reorganised one
      symbolicRefs:          the child SymbolicOccurrences
     
source <xsd:complexType name="SymbolicOccurrenceType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element is used to "re-organise" an Occurrence under a new parent
      Occurrence. It references the "source" Occurrence which is being reorganised, and
      specifies the new parent.
    
      Attributes:
   
      contextRef:            Occurrence defining the context in which the reorganisation
                             was defined
      sourceRef:             the source Occurrence or Instance being reorganised
      parentRef:             the new parent Occurrence, SymbolicOccurrence, Instance or
                             StructureRevisionView
      showSource:            true if the source Occurrence or Instance should be displayed,
                             as well as the reorganised one
      symbolicRefs:          the child SymbolicOccurrences
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase">
     
<xsd:attribute name="contextRef" type="plm:anyURIType" use="optional" plm:refType="plm:Occurrence"/>
     
<xsd:attribute name="sourceRef" type="plm:anyURIType" use="required" plm:refType="plm:Occurrence plm:Instance"/>
     
<xsd:attribute name="parentRef" type="plm:anyURIType" use="optional" plm:refType="plm:Occurrence plm:SymbolicOccurrence plm:Instance plm:StructureRevisionView"/>
     
<xsd:attribute name="showSource" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="symbolicRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:SymbolicOccurrence"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SymbolicOccurrenceType/@contextRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="contextRef" type="plm:anyURIType" use="optional" plm:refType="plm:Occurrence"/>

attribute SymbolicOccurrenceType/@sourceRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="sourceRef" type="plm:anyURIType" use="required" plm:refType="plm:Occurrence plm:Instance"/>

attribute SymbolicOccurrenceType/@parentRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="parentRef" type="plm:anyURIType" use="optional" plm:refType="plm:Occurrence plm:SymbolicOccurrence plm:Instance plm:StructureRevisionView"/>

attribute SymbolicOccurrenceType/@showSource
type xsd:boolean
properties
default false
source <xsd:attribute name="showSource" type="xsd:boolean" default="false"/>

attribute SymbolicOccurrenceType/@symbolicRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="symbolicRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:SymbolicOccurrence"/>


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