Schema investigationGroup.xsd


schema location:  ..\..\investigationGroup.xsd
 
Elements 
InvestigationGroup 
InvestigationGroupCollection 


element InvestigationGroup
diagram
children Code Name Type Order
used by
element InvestigationGroupCollection
annotation
documentation 
Details for one investigation group
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>

element InvestigationGroup/Code
diagram
type xs:int
annotation
documentation 
Investigation group code
source
<xs:element name="Code" type="xs:int">
  <xs:annotation>
    <xs:documentation>Investigation group code</xs:documentation>
  </xs:annotation>
</xs:element>

element InvestigationGroup/Name
diagram
type xs:string
annotation
documentation 
Investigation group name
source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>Investigation group name</xs:documentation>
  </xs:annotation>
</xs:element>

element InvestigationGroup/Type
diagram
type xs:string
annotation
documentation 
Investigation group type
source
<xs:element name="Type" type="xs:string">
  <xs:annotation>
    <xs:documentation>Investigation group type</xs:documentation>
  </xs:annotation>
</xs:element>

element InvestigationGroup/Order
diagram
type xs:int
annotation
documentation 
Investigation group order
source
<xs:element name="Order" type="xs:int">
  <xs:annotation>
    <xs:documentation>Investigation group order</xs:documentation>
  </xs:annotation>
</xs:element>

element InvestigationGroupCollection
diagram
children InvestigationGroup
annotation
documentation 
A collection of investigation groups
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>


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com