complexType DetectorInventoryList
diagram
namespace http://www.ite.org/tmdd
children organization-owning organization-requesting detector-list
used by
element DetectorInformationRequest/detector-inventory-list
annotation
documentation
<objectClass>Detector</objectClass>
<definition/>
source <xs:complexType name="DetectorInventoryList">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Detector</objectClass>
     
<definition/>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="organization-owning" type="OrganizationInformation"/>
   
<xs:element name="organization-requesting" type="OrganizationInformation"/>
   
<xs:element name="detector-list">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="10000">
         
<xs:element name="detector" type="DetectorList"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DetectorInventoryList/organization-owning
diagram
type OrganizationInformation
properties
isRef 0
content complex
children organization-id organization-name organization-location organization-function organization-contact-details center-contact-list last-update-time
source <xs:element name="organization-owning" type="OrganizationInformation"/>

element DetectorInventoryList/organization-requesting
diagram
type OrganizationInformation
properties
isRef 0
content complex
children organization-id organization-name organization-location organization-function organization-contact-details center-contact-list last-update-time
source <xs:element name="organization-requesting" type="OrganizationInformation"/>

element DetectorInventoryList/detector-list
diagram
properties
isRef 0
content complex
children detector
source <xs:element name="detector-list">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="10000">
     
<xs:element name="detector" type="DetectorList"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element DetectorInventoryList/detector-list/detector
diagram
type DetectorList
properties
isRef 0
content complex
children detector-id detector-name
source <xs:element name="detector" type="DetectorList"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy