: Public <<XSDcomplexType>> Class
| Created: |
8/8/2017 11:29:44 AM |
| Modified: |
8/8/2017 11:29:47 AM |
|
Project: |
|
| Author: |
Daan |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
| Difficulty: |
|
| Priority: |
|
| Multiplicity: |
|
Advanced: |
|
| UUID: |
{C976F1B7-7A0C-40b0-9CF5-F0017C6EB414} |
| Appears In: |
Units |
The inherited attribute uom references the preferred unit that this conversion applies to. The conversion of a unit to the preferred unit for this physical quantity type is specified by an arithmetic conversion (scaling and/or offset). The content model extends gml:UnitOfMeasureType, which has a mandatory attribute uom which identifies the preferred unit for the physical quantity type that this conversion applies to. The conversion is specified by a choice of <br/>- gml:factor, which defines the scale factor, or<br/>- gml:formula, which defines a formula <br/>by which a value using the conventional unit of measure can be converted to obtain the corresponding value using the preferred unit of measure. <br/>The formula defines the parameters of a simple formula by which a value using the conventional unit of measure can be converted to the corresponding value using the preferred unit of measure. The formula element contains elements a, b, c and d, whose values use the XML Schema type double. These values are used in the formula y = (a + bx) / (c + dx), where x is a value using this unit, and y is the corresponding value using the base unit. The elements a and d are optional, and if values are not provided, those parameters are considered to be zero. If values are not provided for both a and d, the formula is equivalent to a fraction with numerator and denominator parameters.<br/>
- Attributes
- Associations To
- Associations From
- Tagged Values
- Other Links
| Attribute |
Public double factor
|
Details:
| Alias: |
|
| Initial: |
|
| Stereotype: |
<<XSDelement>> |
| Ordered: |
|
| Range: |
|
| Transient: |
False |
| Derived: |
False |
| IsID: |
False |
anonymousRole=false anonymousType=false maxOccurs=1 minOccurs=1
|
| Tag |
Value |
| mixed |
false |
 Details:
Values: true | false Default: false Description: Determines whether this element may contain mixed element and character content. Refer to the W3C XML Schema recommendation
|
| modelGroup |
choice |
 Details:
Values: all | sequence | choice Description: Overrides the package-level default model group
|