diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||||||||
children | cl:Value | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
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> |
type | cl:AttributeIdType | ||
properties |
|
||
source | <xsd:attribute name="attributeId" type="cl:AttributeIdType" use="required"/> |
type | xsd:language | ||
properties |
|
||
source | <xsd:attribute name="language" type="xsd:language" use="optional"/> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="icoRef" type="xsd:IDREF" use="optional" plm:refType="cl:ICO"/> |
diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLClassificationSchema | ||||||||||||||||||||||||
type | cl:ValueType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xsd:element name="Value" type="cl:ValueType" nillable="true" minOccurs="0" maxOccurs="unbounded"/> |