em:WaiverType
complexType WaiverType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type for the credential class of a waiver
Diagram
XML Schema
<xs:complexType name="WaiverType">
<xs:annotation>
<xs:documentation>
A data type for the credential class of a waiver</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="em:WaiverAuthorizer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DocumentSubjectText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:WaiverDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:WaiverAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>