Package org.hl7.v3

Class PRPAMT201306UV02MatchCriterionList

java.lang.Object
org.hl7.v3.PRPAMT201306UV02MatchCriterionList

public class PRPAMT201306UV02MatchCriterionList extends Object

Java class for PRPA_MT201306UV02.MatchCriterionList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PRPA_MT201306UV02.MatchCriterionList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="id" type="{urn:hl7-org:v3}II" minOccurs="0"/>
         <element name="matchAlgorithm" type="{urn:hl7-org:v3}PRPA_MT201306UV02.MatchAlgorithm" minOccurs="0"/>
         <element name="matchWeight" type="{urn:hl7-org:v3}PRPA_MT201306UV02.MatchWeight" minOccurs="0"/>
         <element name="minimumDegreeMatch" type="{urn:hl7-org:v3}PRPA_MT201306UV02.MinimumDegreeMatch" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
     </restriction>
   </complexContent>
 </complexType>