nc:RequestType

complexType RequestType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a formal message requesting something that is submitted to an authority.

Diagram

XML Schema

<xs:complexType name="RequestType">
<xs:annotation>
<xs:documentation>
A data type for a formal message requesting something that is submitted to an authority.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RequestContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RequestDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RequestDecisionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RequestDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RequestIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RequestText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RequestDecisionDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RequestCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RequestStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RequestAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>