complexType "TaxForm"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
taxFormExpiryDate, taxFormType
All Direct / Indirect Based Elements (1):
taxForm
Known Usage Locations
Annotation
A structure that defines a tax form registration.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="TaxForm">
<xsd:sequence>
<xsd:element name="taxFormType" type="TaxFormType"/>
<xsd:element minOccurs="0" name="taxFormExpiryDate" type="xsd:date"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
taxFormExpiryDate
Type:
xsd:date, predefined, simple content
Date of expiration of this tax form.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="taxFormExpiryDate" type="xsd:date"/>

taxFormType
Type:
TaxFormType, simple content
Type of tax form registered.
Simple Content
xsd:normalizedString
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="taxFormType" type="TaxFormType"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.