diagram | ![]() |
namespace | http://www.IM-Draft-03-00-44a |
children | centerID centerHint centerHandles centerType localCenterType |
used by | |
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> |
diagram | ![]() |
||||
type | ReferenceID | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="centerID" type="ReferenceID"/> |
diagram | ![]() |
||||||||
type | FreeText | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="centerHint" type="FreeText" minOccurs="0"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
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> |
diagram | ![]() |
||||
type | itis:ResponderGroupAffected | ||||
properties |
|
||||
source | <xs:element name="centerHandle" type="itis:ResponderGroupAffected"/> |
diagram | ![]() |
||||
type | CenterTypeNational | ||||
properties |
|
||||
source | <xs:element name="centerType" type="CenterTypeNational"/> |
diagram | ![]() |
||||||||
type | local:CenterType | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localCenterType" type="local:CenterType" minOccurs="0"/> |