cbrn:RemarksComplexObjectType
complexType RemarksComplexObjectType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type providing a Remark via inheritance to applicable Types.
Diagram
XML Schema
<xs:complexType name="RemarksComplexObjectType">
<xs:annotation>
<xs:documentation>
A data type providing a Remark via inheritance to applicable Types.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="cbrn:RemarkText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RemarksComplexObjectAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>