hs:ReportingOrganizationType

complexType ReportingOrganizationType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for an organization reporting information.

Diagram

XML Schema

<xs:complexType name="ReportingOrganizationType">
<xs:annotation>
<xs:documentation>
A data type for an organization reporting information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:ReportingOrganizationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ReportingOrganizationClassAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ReportingOrganizationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>