stat:ProcessInputSpecificationType

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

Definition

A data type for a record of the types of inputs required for a process design.

Diagram

XML Schema

<xs:complexType name="ProcessInputSpecificationType">
<xs:annotation>
<xs:documentation>
A data type for a record of the types of inputs required for a process design.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:ProcessInput" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessInputCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessInputSpecificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>