hs:OrganizationAugmentationType
complexType OrganizationAugmentationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for additional information about an organization.
Diagram
XML Schema
<xs:complexType name="OrganizationAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about an organization.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:AugmentationType">
<xs:sequence>
<xs:element ref="hs:OrganizationCaseID" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>