schema location: | ..\..\investigationGroup.xsd |
Elements |
InvestigationGroup |
InvestigationGroupCollection |
diagram | ![]() |
||
children | Code Name Type Order | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="InvestigationGroup"> <xs:annotation> <xs:documentation>Details for one investigation group</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Code" type="xs:int"> <xs:annotation> <xs:documentation>Investigation group code</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation>Investigation group name</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Type" type="xs:string"> <xs:annotation> <xs:documentation>Investigation group type</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Order" type="xs:int"> <xs:annotation> <xs:documentation>Investigation group order</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | xs:int | ||
annotation |
|
||
source | <xs:element name="Code" type="xs:int"> <xs:annotation> <xs:documentation>Investigation group code</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation>Investigation group name</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="Type" type="xs:string"> <xs:annotation> <xs:documentation>Investigation group type</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:int | ||
annotation |
|
||
source | <xs:element name="Order" type="xs:int"> <xs:annotation> <xs:documentation>Investigation group order</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
children | InvestigationGroup | ||
annotation |
|
||
source | <xs:element name="InvestigationGroupCollection"> <xs:annotation> <xs:documentation>A collection of investigation groups</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="InvestigationGroup" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |