complexType ValueDetailsType
diagram plmxml_diagrams/plmxml_p1691.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
elements ListOfValuesType/LovAttachProperties ListOfValuesType/LovAttachTypes ListOfValuesType/LovValueDetails NoteTypeDefType/NoteValue SavedQueryDefType/QueryClause NameRuleType/StringPattern
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      
stringValue  xsd:string        
intValue  xsd:integer        
doubleValue  xsd:double        
dateValue  xsd:dateTime        
indexValue  xsd:integer  optional      
listOfValuesRef  plm:anyURIType  optional      
classification  xsd:string  optional      
annotation
documentation

      This is a value in a LOV (the type is also used for other purposes).
     
      Attributes:
     
      stringValue:      value, if a string
      intValue:         value, if an integer
      doubleValue:      value, if a double
      dateValue:        value, if a date
   
      indexValue:       associates an index with a LOV value
      listOfValuesRef:  used if a LOV value has a reference to another LOV.
      classification:   associates a classification string with a LOV value. The classification
                        specifies the 'meaning' of the value.
     
source <xsd:complexType name="ValueDetailsType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a value in a LOV (the type is also used for other purposes).
     
      Attributes:
     
      stringValue:      value, if a string
      intValue:         value, if an integer
      doubleValue:      value, if a double
      dateValue:        value, if a date
   
      indexValue:       associates an index with a LOV value
      listOfValuesRef:  used if a LOV value has a reference to another LOV.
      classification:   associates a classification string with a LOV value. The classification
                        specifies the 'meaning' of the value.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="stringValue" type="xsd:string"/>
     
<xsd:attribute name="intValue" type="xsd:integer"/>
     
<xsd:attribute name="doubleValue" type="xsd:double"/>
     
<xsd:attribute name="dateValue" type="xsd:dateTime"/>
     
<xsd:attribute name="indexValue" type="xsd:integer" use="optional"/>
     
<xsd:attribute name="listOfValuesRef" type="plm:anyURIType" use="optional" plm:refType="bus:ListOfValues"/>
     
<xsd:attribute name="classification" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ValueDetailsType/@stringValue
type xsd:string
source <xsd:attribute name="stringValue" type="xsd:string"/>

attribute ValueDetailsType/@intValue
type xsd:integer
source <xsd:attribute name="intValue" type="xsd:integer"/>

attribute ValueDetailsType/@doubleValue
type xsd:double
source <xsd:attribute name="doubleValue" type="xsd:double"/>

attribute ValueDetailsType/@dateValue
type xsd:dateTime
source <xsd:attribute name="dateValue" type="xsd:dateTime"/>

attribute ValueDetailsType/@indexValue
type xsd:integer
properties
use optional
source <xsd:attribute name="indexValue" type="xsd:integer" use="optional"/>

attribute ValueDetailsType/@listOfValuesRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="listOfValuesRef" type="plm:anyURIType" use="optional" plm:refType="bus:ListOfValues"/>

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


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