<xsd:complexType name="UsageType">
<xsd:sequence>
<xsd:element minOccurs="0" name="XMLNoun" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Transfer interface code identifying which interface may use
this standard code table. May be blank if not interface specific. (Would
be the XML noun name)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FieldUsage" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
STAR Field name utilizing this standard code
table
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|