complexType CrewRevisionType
diagram plmxml_diagrams/plmxml_p1236.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:MROResourceRevisionBase
properties
base plm:MROResourceRevisionBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup
used by
element CrewRevision
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      
revision  xsd:string  required      
version  xsd:nonNegativeInteger  optional      
masterRef  plm:anyURIType  required      
optionRefs  plm:uriReferenceListType  optional      
instanceRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
simplifiedRepRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
subResourceRefs  plm:uriReferenceListType  optional      
locationRef  plm:anyURIType  required      
annotation
documentation

      Crew revision information.

      Attributes:

      name:             Inherited from MROResourceRevision. The name of the
                        crew. Required in this context.
      subResourceRefs:  A list of MROResource references.
      locationRef:      The location for the crew.
     
source <xsd:complexType name="CrewRevisionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Crew revision information.

      Attributes:

      name:             Inherited from MROResourceRevision. The name of the
                        crew. Required in this context.
      subResourceRefs:  A list of MROResource references.
      locationRef:      The location for the crew.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:MROResourceRevisionBase">
     
<xsd:attribute name="subResourceRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:MROResource"/>
     
<xsd:attribute name="locationRef" type="plm:anyURIType" use="required" plm:refType="plm:MROLocation"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CrewRevisionType/@subResourceRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="subResourceRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:MROResource"/>

attribute CrewRevisionType/@locationRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="locationRef" type="plm:anyURIType" use="required" plm:refType="plm:MROLocation"/>


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