em:OwnerInformationType
complexType OwnerInformationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
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:extension base="structures:ObjectType">
<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>