biom:OrganizationIdentificationListType
complexType OrganizationIdentificationListType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a list of organization identifiers
Diagram
XML Schema
<xs:complexType name="OrganizationIdentificationListType">
<xs:annotation>
<xs:documentation>
A data type for a list of organization identifiers</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:OrganizationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:OrganizationIdentificationListAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>