biom:AssociatedContextType

complexType AssociatedContextType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a reference to an associated context

Diagram

XML Schema

<xs:complexType name="AssociatedContextType">
<xs:annotation>
<xs:documentation>
A data type for a reference to an associated context
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:ContextID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ImageSegmentID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AssociatedContextAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>