complexType DispositionType
diagram plmxml_diagrams/plmxml_p1243.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element Disposition
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      
isServiceable  xsd:boolean    false    
annotation
documentation

      Represents the disposition state of a RealisedProduct.

      Attributes:

      name:             Inherited from Managed.
      isServiceable:    Whether the related RealisedProduct is serviceable.
     
source <xsd:complexType name="DispositionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents the disposition state of a RealisedProduct.

      Attributes:

      name:             Inherited from Managed.
      isServiceable:    Whether the related RealisedProduct is serviceable.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="isServiceable" type="xsd:boolean" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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


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