complexType PartApplicabilityRelationType
diagram plmxml_diagrams/plmxml_p1289.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 PartApplicabilityRelation
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      
startSerialNumber  xsd:string  optional      
endSerialNumber  xsd:string  optional      
annotation
documentation

      This relation is between a ServiceRequirementRevision and a Product. The
      references in the inherited relatedRefs attribute must be in that order.

      Attributes:

      startSerialNumber: The beginning of the applicable serial number range.
      endSerialNumber:  The end of the applicable serial number range.
     
source <xsd:complexType name="PartApplicabilityRelationType">
 
<xsd:annotation>
   
<xsd:documentation>
      This relation is between a ServiceRequirementRevision and a Product. The
      references in the inherited relatedRefs attribute must be in that order.

      Attributes:

      startSerialNumber: The beginning of the applicable serial number range.
      endSerialNumber:  The end of the applicable serial number range.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationType">
     
<xsd:attribute name="startSerialNumber" type="xsd:string" use="optional"/>
     
<xsd:attribute name="endSerialNumber" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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


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