biom:RulerScalePresenceInformationType

complexType RulerScalePresenceInformationType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for the optional field allows the user to state whether a ruler or other known scale is present in the image.

Diagram

XML Schema

<xs:complexType name="RulerScalePresenceInformationType">
<xs:annotation>
<xs:documentation>
A data type for the optional field allows the user to state whether a ruler or other known scale is present in the image.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:RulerScaleUnitCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RulerScaleMakeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RulerScaleModelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RulerScalePresenceInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>