DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "FormType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
Required?, FormNumber?, URI?, Statement*
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
FormType describes the forms needed for such functions as access permission to the archive and statements of confidentiality.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="FormType">
<xs:sequence>
<xs:element minOccurs="0" name="Required" type="xs:boolean"/>
<xs:element minOccurs="0" name="FormNumber" type="xs:string"/>
<xs:element minOccurs="0" name="URI" type="xs:anyURI"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Statement"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 4/4)
FormNumber
Type:
xs:string, predefined, simple content
Provides the number of the concerned form.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FormNumber" type="xs:string"/>

Required
Type:
xs:boolean, predefined, simple content
States whether or not the form is required.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Required" type="xs:boolean"/>

Statement
Type:
Provides a textual statement regarding access forms.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Statement"/>

URI
Type:
xs:anyURI, predefined, simple content
An Internet location such as a URL or URN where the form is to be found.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="URI" type="xs:anyURI"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set