complexType "FormType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
|
> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (1):
-
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:sequence>
<xs:element minOccurs="0" name="FormNumber" type="xs:string"/>
<xs:element minOccurs="0" ref="r:URI"/>
</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)
-
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"/>
|
-
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"/>
|
-
A statement regarding the use, coverage, and purpose of the form.
XML Source (w/o annotations (1); see within schema source)