stat:ParameterInputType

complexType ParameterInputType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for a set of inputs used to specify which configuration should be used for a specific process step which has been designed to be configurable.

Diagram

XML Schema

<xs:complexType name="ParameterInputType">
<xs:annotation>
<xs:documentation>
A data type for a set of inputs used to specify which configuration should be used for a specific process step which has been designed to be configurable.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:ParameterDataTypeCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ParameterInputProcessControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ParameterRoleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ParameterValueText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ParameterInputAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>