stat:RuleType

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

Definition

A data type for a specific mathematical or logical expression which can be evaluated to determine specific behavior.

Diagram

XML Schema

<xs:complexType name="RuleType">
<xs:annotation>
<xs:documentation>
A data type for a specific mathematical or logical expression which can be evaluated to determine specific behavior.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:RuleAlgorithmText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:RuleCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:RuleCommandCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:RuleExpressionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:RuleSystemExecutableIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:RuleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>