complexType CenterType
diagram
namespace http://www.IM-Draft-03-00-44a
children centerID centerHint centerHandles centerType localCenterType
used by
elements InjuryData/centerReference Description/involvedCenters/involvedCenter Impact/involvedCenters/involvedCenter ChangeCenterProperties/type DisableCenterOnLine/type EstablishCenterOnLine/type EstablishCenterProperties/type
source <xs:complexType name="CenterType">
 
<xs:sequence>
   
<!-- Add agency ID and other name value information
         Add agency ID and other name value information --
>
   
<xs:element name="centerID" type="ReferenceID"/>
   
<!-- A world unique value for the center -->
   
<xs:element name="centerHint" type="FreeText" minOccurs="0"/>
   
<!-- a machine processable string which can
         be used to provide routing hints regarding
         how to find the center in the local comm
         network  (perhaps a URI or IP) --
>
   
<xs:element name="centerHandles" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="16">
         
<xs:element name="centerHandle" type="itis:ResponderGroupAffected"/>
         
<!-- types of Responders it handles -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="centerType" type="CenterTypeNational"/>
   
<!-- the type of center that this is -->
   
<xs:element name="localCenterType" type="local:CenterType" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

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

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

element CenterType/centerHandles
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children centerHandle
source <xs:element name="centerHandles" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="16">
     
<xs:element name="centerHandle" type="itis:ResponderGroupAffected"/>
     
<!-- types of Responders it handles -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element CenterType/centerHandles/centerHandle
diagram
type itis:ResponderGroupAffected
properties
isRef 0
content simple
source <xs:element name="centerHandle" type="itis:ResponderGroupAffected"/>

element CenterType/centerType
diagram
type CenterTypeNational
properties
isRef 0
content simple
source <xs:element name="centerType" type="CenterTypeNational"/>

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


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