j:PlanType

complexType PlanType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for a detailed proposal for doing or achieving something.

Diagram

XML Schema

<xs:complexType name="PlanType">
<xs:annotation>
<xs:documentation>
A data type for a detailed proposal for doing or achieving something.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:PlanDefinedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PlanID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PlanNotation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PlanAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>