complexType FixType
diagram plmxml_diagrams/plmxml_p332.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StatementBase
properties
base plm:StatementBase
used by
element Fix
attributes
Name  Type  Use  Default  Fixed  Annotation
optionRef  plm:anyURIType  required      
value  xsd:string  required      
valueRef  plm:anyURIType  optional      
annotation
documentation

      Fix. A Statement which sets an Option to a particular value, and fixes it.
      Subsequent Set, SetDefault, or Fix Statements are not allowed to modify
      it.

      Attributes:

      optionRef:        Reference to the Option.
      value:            Specified value for the Option.
      valueRef:         References a multiple language version of value. If
                        multiple language support is required, valueRef should
                        be used in addition to value.
     
source <xsd:complexType name="FixType">
 
<xsd:annotation>
   
<xsd:documentation>
      Fix. A Statement which sets an Option to a particular value, and fixes it.
      Subsequent Set, SetDefault, or Fix Statements are not allowed to modify
      it.

      Attributes:

      optionRef:        Reference to the Option.
      value:            Specified value for the Option.
      valueRef:         References a multiple language version of value. If
                        multiple language support is required, valueRef should
                        be used in addition to value.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StatementBase">
     
<xsd:attribute name="optionRef" type="plm:anyURIType" use="required" plm:refType="plm:Option"/>
     
<xsd:attribute name="value" type="xsd:string" use="required"/>
     
<xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute FixType/@optionRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="optionRef" type="plm:anyURIType" use="required" plm:refType="plm:Option"/>

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

attribute FixType/@valueRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


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