<xsd:complexType name="AlienAlertType">
<xsd:annotation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="im:AlertWarningIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlertEntryText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlertIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlertGeneratingOfficerBadgeIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlertClassCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlertEntryDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlertExpirationDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlertCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlertDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlertMedicalIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:Alien" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="im:AlienReference" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|