<xsd:simpleType name="DefendentTypeCodeEnumType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Primary" />
<xsd:enumeration value="Additional" />
<xsd:enumeration value="Garnishee" />
<xsd:enumeration value="CrossParty" />
<xsd:enumeration value="CounterParty" />
<xsd:enumeration value="ThirdParty" />
<xsd:enumeration value="Intervention" />
</xsd:restriction>
</xsd:simpleType>
|