complexType IdentifiedRouteListElementBase
diagram plmxml_diagrams/plmxml_p1849.png
namespace http://www.plmxml.org/Schemas/PLMXMLRouteListSchema
type extension of routelist:RouteListElementBase
properties
base routelist:RouteListElementBase
children plm:Description plm:ApplicationRef plm:UserData
used by
complexTypes ConductorOccurrenceType ElectricalComponentDefinitionType ElectricalComponentUsageType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
uniqueId  xsd:normalizedString  required      
documentation
Unique identifier of the RouteList object.
source <xsd:complexType name="IdentifiedRouteListElementBase">
 
<xsd:complexContent>
   
<xsd:extension base="routelist:RouteListElementBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:UserData" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="uniqueId" type="xsd:normalizedString" use="required">
       
<xsd:annotation>
         
<xsd:documentation>Unique identifier of the RouteList object.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute IdentifiedRouteListElementBase/@uniqueId
type xsd:normalizedString
properties
use required
annotation
documentation
Unique identifier of the RouteList object.
source <xsd:attribute name="uniqueId" type="xsd:normalizedString" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Unique identifier of the RouteList object.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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