hs:HistoricalNarrativeType
complexType HistoricalNarrativeType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for the history of a participant of a case.
Diagram
XML Schema
<xs:complexType name="HistoricalNarrativeType">
<xs:annotation>
<xs:documentation>
A data type for the history of a participant of a case.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="hs:CompetencyStatusText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:CriminalHistoryPendingChargesText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:IndigencyStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:NonCriminalLegalIssuesText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PresentingProblemText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:HistoricalNarrativeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>