em:OwnerInformationType

complexType OwnerInformationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for a structure that defines ownership of a resource

Diagram

XML Schema

<xs:complexType name="OwnerInformationType">
<xs:annotation>
<xs:documentation>
A data type for a structure that defines ownership of a resource
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:HomeDispatch" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:HomeUnit" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:Owner" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:OwnerInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>