complexType MROLocationType
diagram plmxml_diagrams/plmxml_p1275.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 plm:LocationType
used by
element MROLocation
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      
type  plm:LocationEnum    inService    
annotation
documentation

      It represents the location.

      Attributes:

      name:             Inherited from Structure. The name of the location.
                        Required in this context.
      type:             MRO location type. Deprecated. You should use the Type
                        sub-element instead.

      Sub-elements:

      LocationType:     MRO location type. You should use this instead of the
                        type attribute.
     
source <xsd:complexType name="MROLocationType">
 
<xsd:annotation>
   
<xsd:documentation>
      It represents the location.

      Attributes:

      name:             Inherited from Structure. The name of the location.
                        Required in this context.
      type:             MRO location type. Deprecated. You should use the Type
                        sub-element instead.

      Sub-elements:

      LocationType:     MRO location type. You should use this instead of the
                        type attribute.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureBase">
     
<xsd:choice minOccurs="0">
       
<xsd:element name="LocationType" type="plm:UserEnumDataType"/>
     
</xsd:choice>
     
<xsd:attribute name="type" type="plm:LocationEnum" default="inService" plm:deprecated="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MROLocationType/@type
type plm:LocationEnum
properties
default inService
facets
Kind Value Annotation
enumeration inService
enumeration enterprise
source <xsd:attribute name="type" type="plm:LocationEnum" default="inService" plm:deprecated="true"/>

element MROLocationType/LocationType
diagram plmxml_diagrams/plmxml_p1276.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UserEnumDataType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xsd:string  required      
listRef  plm:anyURIType  optional      
valueRef  plm:anyURIType  optional      
source <xsd:element name="LocationType" type="plm:UserEnumDataType"/>


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