nc:RecommendationType

complexType RecommendationType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a suggestion or proposal as to the best course of action.

Diagram

XML Schema

<xs:complexType name="RecommendationType">
<xs:annotation>
<xs:documentation>
A data type for a suggestion or proposal as to the best course of action.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RecommendationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RecommendationEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RecommendationSubjectText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RecommendationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RecommendationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RecommendationComment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RecommendationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RecommendationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>