complexType MROPositionType
diagram plmxml_diagrams/plmxml_p1280.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 MROPosition
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      
isMeter  xsd:boolean    false    
isPanel  xsd:boolean    false    
occurrenceRef  plm:anyURIType  optional      
annotation
documentation

      Position information.

      Attributes:

      isMeter:          If position is a meter position.
      isPanel:          If position is a panel position.
      occurrenceRef:    Occurrence reference. An Occurrence without its
                        instanceRefs attribute set indicates self position.
     
source <xsd:complexType name="MROPositionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Position information.

      Attributes:

      isMeter:          If position is a meter position.
      isPanel:          If position is a panel position.
      occurrenceRef:    Occurrence reference. An Occurrence without its
                        instanceRefs attribute set indicates self position.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureBase">
     
<xsd:attribute name="isMeter" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="isPanel" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="occurrenceRef" type="plm:anyURIType" use="optional" plm:refType="plm:Occurrence"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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


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