complexType "FormType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
   
>
   
Content: 
</...>
Content Model Elements (3):
FormNumber, Statement, r:URI
All Direct / Indirect Based Elements (1):
AccessPermission
Known Usage Locations
Annotation
A link to a form used by the metadata containing the form number, a statement regarding the contents of the form, a statement as to the mandatory nature of the form and a privacy level designation.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="FormType">
<xs:sequence>
<xs:element minOccurs="0" name="FormNumber" type="xs:string"/>
<xs:element minOccurs="0" ref="r:URI"/>
<xs:element minOccurs="0" ref="Statement"/>
</xs:sequence>
<xs:attribute name="isRequired" type="xs:boolean" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isRequired
Type:
xs:boolean, predefined
Use:
optional
Set to "true" if the form is required. Set to "false" if the form is optional.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isRequired" type="xs:boolean" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
FormNumber
Type:
xs:string, predefined, simple content
The number or other means of identifying the form.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FormNumber" type="xs:string"/>

r:URI
Type:
xs:anyURI, predefined, simple content
The URN or URL of the form.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:URI"/>

Statement
Type:
r:InternationalStringType, complex content
A statement regarding the use, coverage, and purpose of the form.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Statement"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set