complexType RequestPhysicalAssetStatus
diagram
namespace http://www.IM-Draft-03-00-44a
children distribute header assetUnitID assetNumber securityKey requestID localRequestPhysicalAssetStatus
used by
elements IDX-Wrapper/requestPhysicalAssetStatus/requestPhysicalAssetStatu requestPhysicalAssetStatus IMWrapper/requestPhysicalAssetStatus MobileIDXWrapper/requestPhysicalAssetStatus
source <xs:complexType name="RequestPhysicalAssetStatus">
 
<xs:sequence>
   
<xs:element name="distribute" type="Distribution" minOccurs="0"/>
   
<xs:element name="header" type="Header"/>
   
<!-- if an inner element is not present then
         the header content of the message which
         carries this DF shall be applied to the
         context of this message. The header has the
         data creator,  time stamps,  location,
         and what to do when the message becomes
         old  (how to get a fresh one)  and the
         reference ID of this message or submessage --
>
   
<xs:element name="assetUnitID" type="ReferenceID"/>
   
<!-- the assignment reference given to this asset during the event -->
   
<xs:element name="assetNumber" type="CenterAssetPermRef" minOccurs="0"/>
   
<!-- the long term numbering of this asset by the owning center -->
   
<xs:element name="securityKey" type="FreeText" minOccurs="0"/>
   
<!-- a string to exchange security information -->
   
<xs:element name="requestID" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:minLength value="1"/>
         
<xs:maxLength value="32"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<!-- an internal reference string created by the requestor
         for this message --
>
   
<xs:element name="localRequestPhysicalAssetStatus" type="local:RequestPhysicalAssetStatus" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element RequestPhysicalAssetStatus/distribute
diagram
type Distribution
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children from to reference localDistribution
source <xs:element name="distribute" type="Distribution" minOccurs="0"/>

element RequestPhysicalAssetStatus/header
diagram
type Header
properties
isRef 0
content complex
children senderIncidentID inReplyTo pedigreeSequence sender basics issueTime updateTime expiryTime onExpiry urgency testMessage localHeader
source <xs:element name="header" type="Header"/>

element RequestPhysicalAssetStatus/assetUnitID
diagram
type ReferenceID
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="assetUnitID" type="ReferenceID"/>

element RequestPhysicalAssetStatus/assetNumber
diagram
type CenterAssetPermRef
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 32
source <xs:element name="assetNumber" type="CenterAssetPermRef" minOccurs="0"/>

element RequestPhysicalAssetStatus/securityKey
diagram
type FreeText
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 500
source <xs:element name="securityKey" type="FreeText" minOccurs="0"/>

element RequestPhysicalAssetStatus/requestID
diagram
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 32
source <xs:element name="requestID" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="32"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element RequestPhysicalAssetStatus/localRequestPhysicalAssetStatus
diagram
type local:RequestPhysicalAssetStatus
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localRequestPhysicalAssetStatus" type="local:RequestPhysicalAssetStatus" minOccurs="0"/>


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