complexType ICOPropertyType
diagram plmxml_diagrams/plmxml_p1787.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
children cl:Value
used by
element ICOType/Property
attributes
Name  Type  Use  Default  Fixed  Annotation
attributeId  cl:AttributeIdType  required      
language  xsd:language  optional      
icoRef  xsd:IDREF  optional      
annotation
documentation

      Attributes:
     
      attributeId:
      language:
      icoRef:             Holds the reference to another ICO if the the property is of type
                          reference to ICO.
     
      Elements:

      Value:              A property might have single or multiple values
     
source <xsd:complexType name="ICOPropertyType">
 
<xsd:annotation>
   
<xsd:documentation>
      Attributes:
     
      attributeId:
      language:
      icoRef:             Holds the reference to another ICO if the the property is of type
                          reference to ICO.
     
      Elements:

      Value:              A property might have single or multiple values
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Value" type="cl:ValueType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
 
</xsd:sequence>
 
<xsd:attribute name="attributeId" type="cl:AttributeIdType" use="required"/>
 
<xsd:attribute name="language" type="xsd:language" use="optional"/>
 
<xsd:attribute name="icoRef" type="xsd:IDREF" use="optional" plm:refType="cl:ICO"/>
</xsd:complexType>

attribute ICOPropertyType/@attributeId
type cl:AttributeIdType
properties
use required
source <xsd:attribute name="attributeId" type="cl:AttributeIdType" use="required"/>

attribute ICOPropertyType/@language
type xsd:language
properties
use optional
source <xsd:attribute name="language" type="xsd:language" use="optional"/>

attribute ICOPropertyType/@icoRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="icoRef" type="xsd:IDREF" use="optional" plm:refType="cl:ICO"/>

element ICOPropertyType/Value
diagram plmxml_diagrams/plmxml_p1788.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:ValueType
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language  optional      
isMaster  xsd:boolean    false    
isFixed  xsd:boolean    false    
source <xsd:element name="Value" type="cl:ValueType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>


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