complexType KeyLOVValueType
diagram plmxml_diagrams/plmxml_p1800.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
children cl:Key cl:Value
used by
element KeyLOVType/Values
attributes
Name  Type  Use  Default  Fixed  Annotation
isDeprecated  xsd:boolean    false    
annotation
documentation

      Attributes:

      isDeprecated:   Whether the Value is deprecated.

      Elements:
     
      Key:               If a Key starts with a '#' it is used as configuration information
                         ( e.g '#-' separator )
      Value:
     
source <xsd:complexType name="KeyLOVValueType">
 
<xsd:annotation>
   
<xsd:documentation>
      Attributes:

      isDeprecated:   Whether the Value is deprecated.

      Elements:
     
      Key:               If a Key starts with a '#' it is used as configuration information
                         ( e.g '#-' separator )
      Value:
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Key" type="cl:ICSIdType"/>
   
<xsd:element name="Value" type="cl:ValueType" minOccurs="0" maxOccurs="unbounded"/>
 
</xsd:sequence>
 
<xsd:attribute name="isDeprecated" type="xsd:boolean" default="false"/>
</xsd:complexType>

attribute KeyLOVValueType/@isDeprecated
type xsd:boolean
properties
default false
source <xsd:attribute name="isDeprecated" type="xsd:boolean" default="false"/>

element KeyLOVValueType/Key
diagram plmxml_diagrams/plmxml_p1801.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:ICSIdType
properties
content simple
source <xsd:element name="Key" type="cl:ICSIdType"/>

element KeyLOVValueType/Value
diagram plmxml_diagrams/plmxml_p1802.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:ValueType
properties
minOcc 0
maxOcc unbounded
content complex
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" minOccurs="0" maxOccurs="unbounded"/>


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