biom:PatternedInjuryReferenceCodeListType
complexType PatternedInjuryReferenceCodeListType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a list of patterned injury reference valid codes agreed upon by exchanging parties, such as ANSI/ADA Standard No. 1077
Diagram
XML Schema
<xs:complexType name="PatternedInjuryReferenceCodeListType">
<xs:annotation>
<xs:documentation>
A data type for a list of patterned injury reference valid codes agreed upon by exchanging parties, such as ANSI/ADA Standard No. 1077</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:PatternedInjuryReferenceCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PatternedInjuryReferenceCodeListAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>