complexType OptionType
diagram plmxml_diagrams/plmxml_p413.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Value plm:GreaterThan plm:GreaterThanOrEqual plm:LessThan plm:LessThanOrEqual plm:Default
used by
element Option
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
scope  plm:OptionScopeType  optional      
type  plm:OptionTypesType    enum    
annotation
documentation

      Option. This element specifies the valid values for an Option, either as a set of
      allowed values (i.e. an enum), or as a range of values of a particular type.

      Attributes:

      scope:         Option scope.
      type:          Option type - enum, string, int, real or logical.

      Elements:

      Value:         If the Option is of type enum, it should contain a sequence of Value
                     sub-elements giving the allowed values.

      GreaterThan:        ) If the Option type is not enum, then its allowed values are                  
      GreaterThanOrEqual: ) given by a range, which is specified by a GreaterThan or
      LessThan:           ) GreaterThanOrEqual element, followed by a LessThan or
      LessThanOrEqual:    ) LessThanOrEqual element. These are all of type
                            OptionValueType.

      Default:       Following these elements there may be a Default element giving a
                     default value for the Option.
     
source <xsd:complexType name="OptionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Option. This element specifies the valid values for an Option, either as a set of
      allowed values (i.e. an enum), or as a range of values of a particular type.

      Attributes:

      scope:         Option scope.
      type:          Option type - enum, string, int, real or logical.

      Elements:

      Value:         If the Option is of type enum, it should contain a sequence of Value
                     sub-elements giving the allowed values.

      GreaterThan:        ) If the Option type is not enum, then its allowed values are                  
      GreaterThanOrEqual: ) given by a range, which is specified by a GreaterThan or
      LessThan:           ) GreaterThanOrEqual element, followed by a LessThan or
      LessThanOrEqual:    ) LessThanOrEqual element. These are all of type
                            OptionValueType.

      Default:       Following these elements there may be a Default element giving a
                     default value for the Option.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:choice maxOccurs="unbounded">
           
<xsd:element name="Value" type="plm:OptionValueType"/>
         
</xsd:choice>
         
<xsd:sequence>
           
<xsd:choice>
             
<xsd:element name="GreaterThan" type="plm:OptionValueType"/>
             
<xsd:element name="GreaterThanOrEqual" type="plm:OptionValueType"/>
           
</xsd:choice>
           
<xsd:choice>
             
<xsd:element name="LessThan" type="plm:OptionValueType"/>
             
<xsd:element name="LessThanOrEqual" type="plm:OptionValueType"/>
           
</xsd:choice>
         
</xsd:sequence>
       
</xsd:choice>
       
<xsd:element name="Default" type="plm:OptionValueType" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="scope" type="plm:OptionScopeType" use="optional"/>
     
<xsd:attribute name="type" type="plm:OptionTypesType" default="enum"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute OptionType/@scope
type plm:OptionScopeType
properties
use optional
facets
Kind Value Annotation
enumeration public
enumeration private
enumeration legacy
source <xsd:attribute name="scope" type="plm:OptionScopeType" use="optional"/>

attribute OptionType/@type
type plm:OptionTypesType
properties
default enum
facets
Kind Value Annotation
enumeration enum
enumeration string
enumeration int
enumeration real
enumeration logical
source <xsd:attribute name="type" type="plm:OptionTypesType" default="enum"/>

element OptionType/Value
diagram plmxml_diagrams/plmxml_p414.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:OptionValueType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
v  xsd:string        
vRef  plm:anyURIType  optional      
source <xsd:element name="Value" type="plm:OptionValueType"/>

element OptionType/GreaterThan
diagram plmxml_diagrams/plmxml_p415.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:OptionValueType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
v  xsd:string        
vRef  plm:anyURIType  optional      
source <xsd:element name="GreaterThan" type="plm:OptionValueType"/>

element OptionType/GreaterThanOrEqual
diagram plmxml_diagrams/plmxml_p416.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:OptionValueType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
v  xsd:string        
vRef  plm:anyURIType  optional      
source <xsd:element name="GreaterThanOrEqual" type="plm:OptionValueType"/>

element OptionType/LessThan
diagram plmxml_diagrams/plmxml_p417.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:OptionValueType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
v  xsd:string        
vRef  plm:anyURIType  optional      
source <xsd:element name="LessThan" type="plm:OptionValueType"/>

element OptionType/LessThanOrEqual
diagram plmxml_diagrams/plmxml_p418.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:OptionValueType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
v  xsd:string        
vRef  plm:anyURIType  optional      
source <xsd:element name="LessThanOrEqual" type="plm:OptionValueType"/>

element OptionType/Default
diagram plmxml_diagrams/plmxml_p419.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:OptionValueType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
v  xsd:string        
vRef  plm:anyURIType  optional      
source <xsd:element name="Default" type="plm:OptionValueType" minOccurs="0"/>


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