complexType MROLocationRelationType
diagram plmxml_diagrams/plmxml_p1273.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeneralRelationType
properties
base plm:GeneralRelationType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element MROLocationRelation
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      
relatedRefs  plm:uriReferenceListType  optional      
isStored  xsd:boolean    true    
timeIn  xsd:dateTime  required      
timeOut  xsd:dateTime  optional      
annotation
documentation

      This relation relates a RealisedProduct to a MROLocation. The references
      in the inherited relatedRefs attribute must be in that order.

      Attributes:

      isStored:         Is stored.
      timeIn:           Time in value. The time at which RealisedProduct was
                        placed in MROLocation.
      timeOut:          Time out value. The time at which RealisedProduct was
                        out of MROLocation.
     
source <xsd:complexType name="MROLocationRelationType">
 
<xsd:annotation>
   
<xsd:documentation>
      This relation relates a RealisedProduct to a MROLocation. The references
      in the inherited relatedRefs attribute must be in that order.

      Attributes:

      isStored:         Is stored.
      timeIn:           Time in value. The time at which RealisedProduct was
                        placed in MROLocation.
      timeOut:          Time out value. The time at which RealisedProduct was
                        out of MROLocation.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationType">
     
<xsd:attribute name="isStored" type="xsd:boolean" default="true"/>
     
<xsd:attribute name="timeIn" type="xsd:dateTime" use="required"/>
     
<xsd:attribute name="timeOut" type="xsd:dateTime" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MROLocationRelationType/@isStored
type xsd:boolean
properties
default true
source <xsd:attribute name="isStored" type="xsd:boolean" default="true"/>

attribute MROLocationRelationType/@timeIn
type xsd:dateTime
properties
use required
source <xsd:attribute name="timeIn" type="xsd:dateTime" use="required"/>

attribute MROLocationRelationType/@timeOut
type xsd:dateTime
properties
use optional
source <xsd:attribute name="timeOut" type="xsd:dateTime" use="optional"/>


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