hs:ServiceType

complexType ServiceType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for describing the service that will be made available by the agency.

Diagram

XML Schema

<xs:complexType name="ServiceType">
<xs:annotation>
<xs:documentation>
A data type for describing the service that will be made available by the agency.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:ResponsibilityForServiceCostText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ResponsibleEntityDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ServiceCostValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ServiceCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ReferredOutServiceReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:UnprovidedServiceReasonCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ServiceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>