biom:SegmentProcessingPriorityType
complexType SegmentProcessingPriorityType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a list of identified segments, indicating the priority with which the segments should be processed.
Diagram
XML Schema
<xs:complexType name="SegmentProcessingPriorityType">
<xs:annotation>
<xs:documentation>
A data type for a list of identified segments, indicating the priority with which the segments should be processed.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:SegmentIDList" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ProcessingPriorityValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentProcessingPriorityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>