complexType ClassificationType
diagram plmxml_diagrams/plmxml_p1757.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef
used by
element Classification
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
icoRefs  plm:uriReferenceListType  required      
annotation
documentation

      Elements of this type relate their parent element to its classification
      information (ICO).
     
      Attributes:
     
      icoRefs:          Reference to ICO elements.
     
source <xsd:complexType name="ClassificationType">
 
<xsd:annotation>
   
<xsd:documentation>
      Elements of this type relate their parent element to its classification
      information (ICO).
     
      Attributes:
     
      icoRefs:          Reference to ICO elements.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:attribute name="icoRefs" type="plm:uriReferenceListType" use="required" plm:refType="cl:ICO"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ClassificationType/@icoRefs
type plm:uriReferenceListType
properties
use required
source <xsd:attribute name="icoRefs" type="plm:uriReferenceListType" use="required" plm:refType="cl:ICO"/>


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