Definition Type Element
Name futuresMonthCode
Type string
Abstract False
Content Type Restriction
Facets  
Enumerations F , G , H , J , K , M , N , Q , U , V , X , Z
Documentation Example - U, N, etc
XSD Schema .\Invoice_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="futuresMonthCode" >
  <xs:annotation>
    <xs:documentation>Example - U, N, etc</xs:documentation>
  </xs:annotation>

  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="F"/>
      <xs:enumeration value="G"/>
      <xs:enumeration value="H"/>
      <xs:enumeration value="J"/>
      <xs:enumeration value="K"/>
      <xs:enumeration value="M"/>
      <xs:enumeration value="N"/>
      <xs:enumeration value="Q"/>
      <xs:enumeration value="U"/>
      <xs:enumeration value="V"/>
      <xs:enumeration value="X"/>
      <xs:enumeration value="Z"/>
    </xs:restriction>

  </xs:simpleType>

</xs:element>
Derivation Tree
[No Sub Types]
futuresMonthCode
    futuresMonthCode
References
futuresMonthCode
Generated using Liquid XML Studio by Liquid Technologies Ltd