complexType FleetType
diagram plmxml_diagrams/plmxml_p1256.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 Fleet
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      
title  xsd:string  optional      
type  xsd:string  required      
memberRefs  plm:uriReferenceListType  optional      
relatedRefs  plm:uriReferenceListType  optional      
annotation
documentation

      Fleet type information.

      Attributes:

      name:             Inherited from Managed. The name of the fleet. Required
                        in this context.
      title:            Fleet title.
      type:             Type of the fleet.
      memberRefs:       A list of RealisedProduct references.
      relatedRefs:      A list of related fleet references.
     
source <xsd:complexType name="FleetType">
 
<xsd:annotation>
   
<xsd:documentation>
      Fleet type information.

      Attributes:

      name:             Inherited from Managed. The name of the fleet. Required
                        in this context.
      title:            Fleet title.
      type:             Type of the fleet.
      memberRefs:       A list of RealisedProduct references.
      relatedRefs:      A list of related fleet references.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="title" type="xsd:string" use="optional"/>
     
<xsd:attribute name="type" type="xsd:string" use="required"/>
     
<xsd:attribute name="memberRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:RealisedProduct"/>
     
<xsd:attribute name="relatedRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Fleet"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute FleetType/@title
type xsd:string
properties
use optional
source <xsd:attribute name="title" type="xsd:string" use="optional"/>

attribute FleetType/@type
type xsd:string
properties
use required
source <xsd:attribute name="type" type="xsd:string" use="required"/>

attribute FleetType/@memberRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="memberRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:RealisedProduct"/>

attribute FleetType/@relatedRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="relatedRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Fleet"/>


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