Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type diggs:AbundanceMeasureType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Simple_Type_diggs_Val0-100Type.tmp#Val0-100TypeKernel_xsd_Complex_Type_diggs_AbundanceMeasureType.tmp#AbundanceMeasureType_uomKernel_xsd_Complex_Type_diggs_AbundanceMeasureType.tmp#AbundanceMeasureType_approximatorKernel_xsd_Complex_Type_diggs_AbundanceMeasureType.tmp#AbundanceMeasureType_byVolume
Type extension of diggs:Val0-100Type
Type hierarchy
Used by
Attributes
QName Type Use Annotation
approximator diggs:ApproximatorEnumExtType optional
A term that indicates approximation or uncertainty in the reported value of the quantity.
byVolume boolean optional
Indicates whether the value percentage is by weight or by volume. By weight is the default if the attribute is not present. True indicates that the percentage is by volume.
uom eml:DimensionlessUom required
Source
<complexType name="AbundanceMeasureType">
  <simpleContent>
    <extension base="diggs:Val0-100Type">
      <attribute name="uom" type="eml:DimensionlessUom" use="required"/>
      <attribute name="approximator" type="diggs:ApproximatorEnumExtType">
        <annotation>
          <documentation>A term that indicates approximation or uncertainty in the reported value of the quantity.</documentation>
        </annotation>
      </attribute>
      <attribute name="byVolume" type="boolean">
        <annotation>
          <documentation>Indicates whether the value percentage is by weight or by volume. By weight is the default if the attribute is not present. True indicates that the percentage is by volume.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:AbundanceMeasureType / @uom
Namespace No namespace
Type eml:DimensionlessUom
Type hierarchy
Properties
use required
Facets
maxLength 32
enumeration %
percent
enumeration cEuc
centieuclid
enumeration dEuc
decieuclid
enumeration EEuc
exaeuclid
enumeration Euc
euclid
enumeration fEuc
femtoeuclid
enumeration GEuc
gigaeuclid
enumeration kEuc
kiloeuclid
enumeration MEuc
megaeuclid
enumeration mEuc
millieuclid
enumeration nEuc
nanoeuclid
enumeration pEuc
picoeuclid
enumeration ppk
part per thousand
enumeration ppm
part per million
enumeration TEuc
teraeuclid
enumeration uEuc
microeuclid
Used by
Source
<attribute name="uom" type="eml:DimensionlessUom" use="required"/>
Attribute diggs:AbundanceMeasureType / @approximator
Namespace No namespace
Annotations
A term that indicates approximation or uncertainty in the reported value of the quantity.
Type diggs:ApproximatorEnumExtType
Properties
content simple
Used by
Source
<attribute name="approximator" type="diggs:ApproximatorEnumExtType">
  <annotation>
    <documentation>A term that indicates approximation or uncertainty in the reported value of the quantity.</documentation>
  </annotation>
</attribute>
Attribute diggs:AbundanceMeasureType / @byVolume
Namespace No namespace
Annotations
Indicates whether the value percentage is by weight or by volume. By weight is the default if the attribute is not present. True indicates that the percentage is by volume.
Type boolean
Properties
content simple
Used by
Source
<attribute name="byVolume" type="boolean">
  <annotation>
    <documentation>Indicates whether the value percentage is by weight or by volume. By weight is the default if the attribute is not present. True indicates that the percentage is by volume.</documentation>
  </annotation>
</attribute>