complexType RouteDataType
diagram plmxml_diagrams/plmxml_p1039.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:RouteDataSegment
used by
element RouteData
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      
annotation
documentation

      A RouteData element is used to assign routing information to an Instance or Occurrence.
     
      Elements:
     
      RouteDataSegment:  the RouteDataSegments which define the routes of the various segments
                         of the object, in sequence.
     
source <xsd:complexType name="RouteDataType">
 
<xsd:annotation>
   
<xsd:documentation>
      A RouteData element is used to assign routing information to an Instance or Occurrence.
     
      Elements:
     
      RouteDataSegment:  the RouteDataSegments which define the routes of the various segments
                         of the object, in sequence.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element name="RouteDataSegment" type="plm:RouteDataSegmentType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element RouteDataType/RouteDataSegment
diagram plmxml_diagrams/plmxml_p1040.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:RouteDataSegmentType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
courseRefs  plm:uriReferenceListType  optional      
free  xsd:boolean    false    
source <xsd:element name="RouteDataSegment" type="plm:RouteDataSegmentType" minOccurs="0" maxOccurs="unbounded"/>


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