complexType AdminViewAttributeOptions
diagram plmxml_diagrams/plmxml_p1735.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
used by
elements AdminViewAttributeType/Options AdminViewAttributeType/PostOptions AdminViewAttributeType/PreOptions
attributes
Name  Type  Use  Default  Fixed  Annotation
optionType  xsd:string  optional      
name  xsd:string  required      
language  xsd:language  optional      
value  xsd:string  optional      
annotation
documentation

      This type is intended to serve as a flexible extension mechanism to the existing
      explicit elements and attributes of the class attributes.
     
      Attributes:
     
      optionType:   allows to define a type for the option like pre or post option
      name:         the name of the option
      language:     the language of the value
      value:        the value of the option
     
source <xsd:complexType name="AdminViewAttributeOptions">
 
<xsd:annotation>
   
<xsd:documentation>
      This type is intended to serve as a flexible extension mechanism to the existing
      explicit elements and attributes of the class attributes.
     
      Attributes:
     
      optionType:   allows to define a type for the option like pre or post option
      name:         the name of the option
      language:     the language of the value
      value:        the value of the option
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="optionType" type="xsd:string" use="optional"/>
 
<xsd:attribute name="name" type="xsd:string" use="required"/>
 
<xsd:attribute name="language" type="xsd:language" use="optional"/>
 
<xsd:attribute name="value" type="xsd:string" use="optional"/>
</xsd:complexType>

attribute AdminViewAttributeOptions/@optionType
type xsd:string
properties
use optional
source <xsd:attribute name="optionType" type="xsd:string" use="optional"/>

attribute AdminViewAttributeOptions/@name
type xsd:string
properties
use required
source <xsd:attribute name="name" type="xsd:string" use="required"/>

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

attribute AdminViewAttributeOptions/@value
type xsd:string
properties
use optional
source <xsd:attribute name="value" type="xsd:string" use="optional"/>


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