em:BudgetType

complexType BudgetType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for an estimate of income and expenditure for a set period of time or activity.

Diagram

XML Schema

<xs:complexType name="BudgetType">
<xs:annotation>
<xs:documentation>
A data type for an estimate of income and expenditure for a set period of time or activity.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:BudgetAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:BudgetSourceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:BudgetBreakdownText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:BudgetImplementingUnitName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:BudgetAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>