<xsd:simpleType name="CodesActionEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of Action forCodes - A= Add to existing table, D= Delete existing table by Code, DA = Delete total table, N = Intital table load, R = Replace existing table by Code, RA = Replace total table</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="A">
<xsd:annotation>
<xsd:documentation>Add to existing table</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="D">
<xsd:annotation>
<xsd:documentation>Delete existing table by code</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DA">
<xsd:annotation>
<xsd:documentation>Delete total table</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="N">
<xsd:annotation>
<xsd:documentation>Initial table load</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="R">
<xsd:annotation>
<xsd:documentation>Replace existing table by code</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RA">
<xsd:annotation>
<xsd:documentation>Replace total table</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|