Showing:

Diagrams
Facets
Instances
Model
Properties
Source

Table of Contents

Group by:

No namespace

Main schema Syopaseulonnat.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default unqualified
[ top ]
Element ScreeningInvitations
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_Schema_name index.tmp#ScreeningInvitations_Schema_version index.tmp#ScreeningInvitations_Transmitter_OID index.tmp#ScreeningInvitations_File_creation_timestamp index.tmp#ScreeningInvitations_Person
Properties
content complex
Model
Children File_creation_timestamp, Person, Schema_name, Schema_version, Transmitter_OID
Instance
<ScreeningInvitations>
  <Schema_name>{1,1}</Schema_name>
  <Schema_version>{1,1}</Schema_version>
  <Transmitter_OID>{1,1}</Transmitter_OID>
  <File_creation_timestamp>{1,1}</File_creation_timestamp>
  <Person>{1,unbounded}</Person>
</ScreeningInvitations>
Source
<xs:element name="ScreeningInvitations">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Schema_name" type="xs:string"/>
      <xs:element name="Schema_version" type="xs:string"/>
      <xs:element name="Transmitter_OID" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
            <xs:pattern value="([0-9.-])*"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="File_creation_timestamp" minOccurs="1" maxOccurs="1" type="xs:dateTime"/>
      <!-- Person start -->
      <xs:element name="Person" minOccurs="1" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Social_security_number" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:length value="11"/>
                  <xs:pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][+-A][0-9][0-9][0-9][0-9A-FHJ-NP-Y]"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Surname" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="64"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Firstnames" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="64"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Municipality" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:length value="3"/>
                  <xs:pattern value="([0-9])*"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Language_code" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:length value="2"/>
                  <xs:pattern value="([a-z])*"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <!-- Address -->
            <xs:element name="Address" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType mixed="true">
                <xs:sequence>
                  <xs:element name="Address_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Street_address" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="64"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Postal_code" minOccurs="1" maxOccurs="1">
                    <xs:simpleType>
                      <xs:restriction base="xs:token">
                        <xs:length value="5"/>
                        <xs:pattern value="([0-9])*"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="City" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="64"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Start_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
                  <xs:element name="End_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <!-- Screening -->
            <xs:element name="Screening" minOccurs="1" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Screening_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Screening_id" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Screening_year" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Screening_municipality" minOccurs="1" maxOccurs="1">
                    <xs:simpleType>
                      <xs:restriction base="xs:token">
                        <xs:length value="3"/>
                        <xs:pattern value="([0-9])*"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Health_area_code" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Screening_laboratory_id" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="64"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Laboratory_screening_id" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="40"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="PALTU" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="40"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Screening_reason_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Screening_process_status" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Screening_error_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <!-- Invitation -->
                  <xs:element name="Invitation" minOccurs="0" maxOccurs="unbounded">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Invitation_id" minOccurs="1" maxOccurs="1">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="40"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Invitation_type_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
                        <xs:element name="Invitation_creation_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                        <xs:element name="Suggested_control_time" minOccurs="1" maxOccurs="1" type="xs:dateTime" nillable="true"/>
                        <xs:element name="Cancellation_reason" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Randomisation_code" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <!-- Notice -->
                        <xs:element name="Notice" minOccurs="0" maxOccurs="unbounded">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Notice_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                              <xs:element name="Notice_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                        <!-- Control -->
                        <xs:element name="Control" minOccurs="0" maxOccurs="unbounded">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Control_id" minOccurs="1" maxOccurs="1">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="40"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Laboratory_id" minOccurs="1" maxOccurs="1" nillable="false">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="64"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Control_municipality" minOccurs="1" maxOccurs="1">
                                <xs:simpleType>
                                  <xs:restriction base="xs:token">
                                    <xs:length value="3"/>
                                    <xs:pattern value="([0-9])*"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Control_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                              <xs:element name="Control_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                              <xs:element name="Control_status_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
                              <xs:element name="Control_status_decision_name" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="64"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <!-- Preliminary Info -->
                              <xs:element name="Preliminary_info" minOccurs="0" maxOccurs="1">
                                <xs:complexType>
                                  <xs:sequence>
                                    <xs:element name="Preliminary_info_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                                    <xs:element name="Preliminary_info_code" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Preliminary_info_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int">
                                              <xs:minInclusive value="0"/>
                                              <xs:maxInclusive value="1"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Preliminary_info_value" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Preliminary_info_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:decimal"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Preliminary_info_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
                                    <xs:element name="Preliminary_info_text" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="1024"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                  </xs:sequence>
                                </xs:complexType>
                              </xs:element>
                              <!-- Sample -->
                              <xs:element name="Sample" minOccurs="0" maxOccurs="unbounded">
                                <xs:complexType>
                                  <xs:sequence>
                                    <xs:element name="Sample_id" minOccurs="1" maxOccurs="1">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="40"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Sample_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                                    <xs:element name="Sample_tool" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Sample_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                                    <xs:element name="Sample_success" minOccurs="1" maxOccurs="1" type="xs:int"/>
                                    <xs:element name="Sample_doer" minOccurs="1" maxOccurs="1">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="11"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                    <!-- Analysis -->
                                    <xs:element name="Analysis" minOccurs="0" maxOccurs="unbounded">
                                      <xs:complexType>
                                        <xs:sequence>
                                          <xs:element name="Analysis_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                                          <xs:element name="Analysis_code" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:union>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:string">
                                                    <xs:length value="0"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:int"/>
                                                </xs:simpleType>
                                              </xs:union>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Analysis_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:union>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:string">
                                                    <xs:length value="0"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:int">
                                                    <xs:minInclusive value="0"/>
                                                    <xs:maxInclusive value="1"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                              </xs:union>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Analysis_value" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:union>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:string">
                                                    <xs:length value="0"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:int"/>
                                                </xs:simpleType>
                                              </xs:union>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Analysis_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:union>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:string">
                                                    <xs:length value="0"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:decimal"/>
                                                </xs:simpleType>
                                              </xs:union>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Analysis_text" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:restriction base="xs:string">
                                                <xs:maxLength value="32000"/>
                                              </xs:restriction>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Analysis_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                                          <xs:element name="Analyst_doer" minOccurs="1" maxOccurs="1">
                                            <xs:simpleType>
                                              <xs:restriction base="xs:string">
                                                <xs:maxLength value="11"/>
                                              </xs:restriction>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Analyst_org" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:restriction base="xs:string">
                                                <xs:maxLength value="64"/>
                                                <xs:pattern value="([0-9.-])*"/>
                                              </xs:restriction>
                                            </xs:simpleType>
                                          </xs:element>
                                        </xs:sequence>
                                      </xs:complexType>
                                    </xs:element>
                                    <!-- Result -->
                                    <xs:element name="Result" minOccurs="0" maxOccurs="unbounded">
                                      <xs:complexType>
                                        <xs:sequence>
                                          <xs:element name="Result_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                                          <xs:element name="Result_code" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:union>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:string">
                                                    <xs:length value="0"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:int"/>
                                                </xs:simpleType>
                                              </xs:union>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Result_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:union>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:string">
                                                    <xs:length value="0"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:int">
                                                    <xs:minInclusive value="0"/>
                                                    <xs:maxInclusive value="1"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                              </xs:union>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Result_value" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:union>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:string">
                                                    <xs:length value="0"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:int"/>
                                                </xs:simpleType>
                                              </xs:union>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Result_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:union>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:string">
                                                    <xs:length value="0"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:decimal"/>
                                                </xs:simpleType>
                                              </xs:union>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Result_text" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:restriction base="xs:string">
                                                <xs:maxLength value="32000"/>
                                              </xs:restriction>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Result_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                                          <xs:element name="Result_doer" minOccurs="1" maxOccurs="1">
                                            <xs:simpleType>
                                              <xs:restriction base="xs:string">
                                                <xs:maxLength value="11"/>
                                              </xs:restriction>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Result_diag_codeset" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:union>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:string">
                                                    <xs:length value="0"/>
                                                  </xs:restriction>
                                                </xs:simpleType>
                                                <xs:simpleType>
                                                  <xs:restriction base="xs:int"/>
                                                </xs:simpleType>
                                              </xs:union>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Result_diag" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:restriction base="xs:string">
                                                <xs:maxLength value="12"/>
                                              </xs:restriction>
                                            </xs:simpleType>
                                          </xs:element>
                                          <xs:element name="Result_org" minOccurs="1" maxOccurs="1" nillable="true">
                                            <xs:simpleType>
                                              <xs:restriction base="xs:string">
                                                <xs:maxLength value="64"/>
                                                <xs:pattern value="([0-9.-])*"/>
                                              </xs:restriction>
                                            </xs:simpleType>
                                          </xs:element>
                                        </xs:sequence>
                                      </xs:complexType>
                                    </xs:element>
                                  </xs:sequence>
                                </xs:complexType>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Schema_name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Schema_name" type="xs:string"/>
[ top ]
Element ScreeningInvitations / Schema_version
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Schema_version" type="xs:string"/>
[ top ]
Element ScreeningInvitations / Transmitter_OID
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 64
pattern ([0-9.-])*
Source
<xs:element name="Transmitter_OID" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
      <xs:pattern value="([0-9.-])*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / File_creation_timestamp
Namespace No namespace
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="File_creation_timestamp" minOccurs="1" maxOccurs="1" type="xs:dateTime"/>
[ top ]
Element ScreeningInvitations / Person
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_Social_security_number index.tmp#ScreeningInvitations_ScreeningInvitations_Person_Surname index.tmp#ScreeningInvitations_ScreeningInvitations_Person_Firstnames index.tmp#ScreeningInvitations_ScreeningInvitations_Person_Municipality index.tmp#ScreeningInvitations_ScreeningInvitations_Person_Language_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_Address index.tmp#ScreeningInvitations_ScreeningInvitations_Person_Screening
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children Address, Firstnames, Language_code, Municipality, Screening, Social_security_number, Surname
Instance
<Person>
  <Social_security_number>{1,1}</Social_security_number>
  <Surname>{1,1}</Surname>
  <Firstnames>{1,1}</Firstnames>
  <Municipality>{1,1}</Municipality>
  <Language_code>{1,1}</Language_code>
  <Address>{0,unbounded}</Address>
  <Screening>{1,unbounded}</Screening>
</Person>
Source
<xs:element name="Person" minOccurs="1" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Social_security_number" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:length value="11"/>
            <xs:pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][+-A][0-9][0-9][0-9][0-9A-FHJ-NP-Y]"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Surname" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Firstnames" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Municipality" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:length value="3"/>
            <xs:pattern value="([0-9])*"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Language_code" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:length value="2"/>
            <xs:pattern value="([a-z])*"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <!-- Address -->
      <xs:element name="Address" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType mixed="true">
          <xs:sequence>
            <xs:element name="Address_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Street_address" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="64"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Postal_code" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:length value="5"/>
                  <xs:pattern value="([0-9])*"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="City" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="64"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Start_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
            <xs:element name="End_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <!-- Screening -->
      <xs:element name="Screening" minOccurs="1" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Screening_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Screening_id" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Screening_year" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Screening_municipality" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:length value="3"/>
                  <xs:pattern value="([0-9])*"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Health_area_code" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Screening_laboratory_id" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="64"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Laboratory_screening_id" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="40"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="PALTU" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="40"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Screening_reason_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Screening_process_status" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Screening_error_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <!-- Invitation -->
            <xs:element name="Invitation" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Invitation_id" minOccurs="1" maxOccurs="1">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="40"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Invitation_type_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Invitation_creation_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                  <xs:element name="Suggested_control_time" minOccurs="1" maxOccurs="1" type="xs:dateTime" nillable="true"/>
                  <xs:element name="Cancellation_reason" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Randomisation_code" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <!-- Notice -->
                  <xs:element name="Notice" minOccurs="0" maxOccurs="unbounded">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Notice_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                        <xs:element name="Notice_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                  <!-- Control -->
                  <xs:element name="Control" minOccurs="0" maxOccurs="unbounded">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Control_id" minOccurs="1" maxOccurs="1">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="40"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Laboratory_id" minOccurs="1" maxOccurs="1" nillable="false">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="64"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Control_municipality" minOccurs="1" maxOccurs="1">
                          <xs:simpleType>
                            <xs:restriction base="xs:token">
                              <xs:length value="3"/>
                              <xs:pattern value="([0-9])*"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Control_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                        <xs:element name="Control_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                        <xs:element name="Control_status_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
                        <xs:element name="Control_status_decision_name" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="64"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <!-- Preliminary Info -->
                        <xs:element name="Preliminary_info" minOccurs="0" maxOccurs="1">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Preliminary_info_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                              <xs:element name="Preliminary_info_code" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Preliminary_info_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int">
                                        <xs:minInclusive value="0"/>
                                        <xs:maxInclusive value="1"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Preliminary_info_value" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Preliminary_info_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:decimal"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Preliminary_info_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
                              <xs:element name="Preliminary_info_text" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="1024"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                        <!-- Sample -->
                        <xs:element name="Sample" minOccurs="0" maxOccurs="unbounded">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Sample_id" minOccurs="1" maxOccurs="1">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="40"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Sample_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                              <xs:element name="Sample_tool" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Sample_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                              <xs:element name="Sample_success" minOccurs="1" maxOccurs="1" type="xs:int"/>
                              <xs:element name="Sample_doer" minOccurs="1" maxOccurs="1">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="11"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <!-- Analysis -->
                              <xs:element name="Analysis" minOccurs="0" maxOccurs="unbounded">
                                <xs:complexType>
                                  <xs:sequence>
                                    <xs:element name="Analysis_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                                    <xs:element name="Analysis_code" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Analysis_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int">
                                              <xs:minInclusive value="0"/>
                                              <xs:maxInclusive value="1"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Analysis_value" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Analysis_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:decimal"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Analysis_text" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="32000"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Analysis_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                                    <xs:element name="Analyst_doer" minOccurs="1" maxOccurs="1">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="11"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Analyst_org" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="64"/>
                                          <xs:pattern value="([0-9.-])*"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                  </xs:sequence>
                                </xs:complexType>
                              </xs:element>
                              <!-- Result -->
                              <xs:element name="Result" minOccurs="0" maxOccurs="unbounded">
                                <xs:complexType>
                                  <xs:sequence>
                                    <xs:element name="Result_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                                    <xs:element name="Result_code" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Result_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int">
                                              <xs:minInclusive value="0"/>
                                              <xs:maxInclusive value="1"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Result_value" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Result_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:decimal"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Result_text" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="32000"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Result_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                                    <xs:element name="Result_doer" minOccurs="1" maxOccurs="1">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="11"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Result_diag_codeset" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:union>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:string">
                                              <xs:length value="0"/>
                                            </xs:restriction>
                                          </xs:simpleType>
                                          <xs:simpleType>
                                            <xs:restriction base="xs:int"/>
                                          </xs:simpleType>
                                        </xs:union>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Result_diag" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="12"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                    <xs:element name="Result_org" minOccurs="1" maxOccurs="1" nillable="true">
                                      <xs:simpleType>
                                        <xs:restriction base="xs:string">
                                          <xs:maxLength value="64"/>
                                          <xs:pattern value="([0-9.-])*"/>
                                        </xs:restriction>
                                      </xs:simpleType>
                                    </xs:element>
                                  </xs:sequence>
                                </xs:complexType>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Social_security_number
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
length 11
pattern [0-9][0-9][0-9][0-9][0-9][0-9][+-A][0-9][0-9][0-9][0-9A-FHJ-NP-Y]
Source
<xs:element name="Social_security_number" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:length value="11"/>
      <xs:pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][+-A][0-9][0-9][0-9][0-9A-FHJ-NP-Y]"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Surname
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 64
Source
<xs:element name="Surname" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Firstnames
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 64
Source
<xs:element name="Firstnames" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Municipality
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
length 3
pattern ([0-9])*
Source
<xs:element name="Municipality" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:length value="3"/>
      <xs:pattern value="([0-9])*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Language_code
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
length 2
pattern ([a-z])*
Source
<xs:element name="Language_code" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:length value="2"/>
      <xs:pattern value="([a-z])*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Address
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Address_Address_type index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Address_Street_address index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Address_Postal_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Address_City index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Address_Start_date index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Address_End_date
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Children Address_type, City, End_date, Postal_code, Start_date, Street_address
Instance
<Address>
  <Address_type>{1,1}</Address_type>
  <Street_address>{1,1}</Street_address>
  <Postal_code>{1,1}</Postal_code>
  <City>{1,1}</City>
  <Start_date>{1,1}</Start_date>
  <End_date>{1,1}</End_date>
</Address>
Source
<xs:element name="Address" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:element name="Address_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Street_address" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Postal_code" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:length value="5"/>
            <xs:pattern value="([0-9])*"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="City" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Start_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
      <xs:element name="End_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Address / Address_type
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Address_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Address / Street_address
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 64
Source
<xs:element name="Street_address" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Address / Postal_code
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
length 5
pattern ([0-9])*
Source
<xs:element name="Postal_code" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:length value="5"/>
      <xs:pattern value="([0-9])*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Address / City
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 64
Source
<xs:element name="City" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Address / Start_date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Start_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
[ top ]
Element ScreeningInvitations / Person / Address / End_date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="End_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
[ top ]
Element ScreeningInvitations / Person / Screening
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Screening_type index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Screening_id index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Screening_year index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Screening_municipality index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Health_area_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Screening_laboratory_id index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Laboratory_screening_id index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_PALTU index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Screening_reason_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Screening_process_status index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Screening_error_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children Health_area_code, Invitation, Laboratory_screening_id, PALTU, Screening_error_code, Screening_id, Screening_laboratory_id, Screening_municipality, Screening_process_status, Screening_reason_code, Screening_type, Screening_year
Instance
<Screening>
  <Screening_type>{1,1}</Screening_type>
  <Screening_id>{1,1}</Screening_id>
  <Screening_year>{1,1}</Screening_year>
  <Screening_municipality>{1,1}</Screening_municipality>
  <Health_area_code>{1,1}</Health_area_code>
  <Screening_laboratory_id>{1,1}</Screening_laboratory_id>
  <Laboratory_screening_id>{1,1}</Laboratory_screening_id>
  <PALTU>{1,1}</PALTU>
  <Screening_reason_code>{1,1}</Screening_reason_code>
  <Screening_process_status>{1,1}</Screening_process_status>
  <Screening_error_code>{1,1}</Screening_error_code>
  <Invitation>{0,unbounded}</Invitation>
</Screening>
Source
<xs:element name="Screening" minOccurs="1" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Screening_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Screening_id" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Screening_year" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Screening_municipality" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:length value="3"/>
            <xs:pattern value="([0-9])*"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Health_area_code" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Screening_laboratory_id" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Laboratory_screening_id" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="40"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="PALTU" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="40"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Screening_reason_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Screening_process_status" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Screening_error_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <!-- Invitation -->
      <xs:element name="Invitation" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Invitation_id" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="40"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Invitation_type_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Invitation_creation_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
            <xs:element name="Suggested_control_time" minOccurs="1" maxOccurs="1" type="xs:dateTime" nillable="true"/>
            <xs:element name="Cancellation_reason" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Randomisation_code" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <!-- Notice -->
            <xs:element name="Notice" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Notice_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Notice_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <!-- Control -->
            <xs:element name="Control" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Control_id" minOccurs="1" maxOccurs="1">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="40"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Laboratory_id" minOccurs="1" maxOccurs="1" nillable="false">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="64"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Control_municipality" minOccurs="1" maxOccurs="1">
                    <xs:simpleType>
                      <xs:restriction base="xs:token">
                        <xs:length value="3"/>
                        <xs:pattern value="([0-9])*"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Control_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                  <xs:element name="Control_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Control_status_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Control_status_decision_name" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="64"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <!-- Preliminary Info -->
                  <xs:element name="Preliminary_info" minOccurs="0" maxOccurs="1">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Preliminary_info_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                        <xs:element name="Preliminary_info_code" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Preliminary_info_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int">
                                  <xs:minInclusive value="0"/>
                                  <xs:maxInclusive value="1"/>
                                </xs:restriction>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Preliminary_info_value" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Preliminary_info_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:decimal"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Preliminary_info_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
                        <xs:element name="Preliminary_info_text" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="1024"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                  <!-- Sample -->
                  <xs:element name="Sample" minOccurs="0" maxOccurs="unbounded">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Sample_id" minOccurs="1" maxOccurs="1">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="40"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Sample_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                        <xs:element name="Sample_tool" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Sample_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                        <xs:element name="Sample_success" minOccurs="1" maxOccurs="1" type="xs:int"/>
                        <xs:element name="Sample_doer" minOccurs="1" maxOccurs="1">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="11"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <!-- Analysis -->
                        <xs:element name="Analysis" minOccurs="0" maxOccurs="unbounded">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Analysis_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                              <xs:element name="Analysis_code" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Analysis_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int">
                                        <xs:minInclusive value="0"/>
                                        <xs:maxInclusive value="1"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Analysis_value" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Analysis_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:decimal"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Analysis_text" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="32000"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Analysis_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                              <xs:element name="Analyst_doer" minOccurs="1" maxOccurs="1">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="11"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Analyst_org" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="64"/>
                                    <xs:pattern value="([0-9.-])*"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                        <!-- Result -->
                        <xs:element name="Result" minOccurs="0" maxOccurs="unbounded">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Result_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                              <xs:element name="Result_code" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Result_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int">
                                        <xs:minInclusive value="0"/>
                                        <xs:maxInclusive value="1"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Result_value" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Result_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:decimal"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Result_text" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="32000"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Result_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                              <xs:element name="Result_doer" minOccurs="1" maxOccurs="1">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="11"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Result_diag_codeset" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:union>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:string">
                                        <xs:length value="0"/>
                                      </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                      <xs:restriction base="xs:int"/>
                                    </xs:simpleType>
                                  </xs:union>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Result_diag" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="12"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                              <xs:element name="Result_org" minOccurs="1" maxOccurs="1" nillable="true">
                                <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                    <xs:maxLength value="64"/>
                                    <xs:pattern value="([0-9.-])*"/>
                                  </xs:restriction>
                                </xs:simpleType>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Screening_type
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Screening_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Screening_id
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Screening_id" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Screening_year
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Screening_year" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Screening_municipality
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
length 3
pattern ([0-9])*
Source
<xs:element name="Screening_municipality" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:length value="3"/>
      <xs:pattern value="([0-9])*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Health_area_code
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Health_area_code" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Screening_laboratory_id
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 64
Source
<xs:element name="Screening_laboratory_id" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Laboratory_screening_id
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 40
Source
<xs:element name="Laboratory_screening_id" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="40"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / PALTU
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 40
Source
<xs:element name="PALTU" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="40"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Screening_reason_code
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Screening_reason_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Screening_process_status
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Screening_process_status" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Screening_error_code
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Screening_error_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Invitation_id index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Invitation_type_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Invitation_creation_date index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Suggested_control_time index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Cancellation_reason index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Randomisation_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Notice index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Cancellation_reason, Control, Invitation_creation_date, Invitation_id, Invitation_type_code, Notice, Randomisation_code, Suggested_control_time
Instance
<Invitation>
  <Invitation_id>{1,1}</Invitation_id>
  <Invitation_type_code>{1,1}</Invitation_type_code>
  <Invitation_creation_date>{1,1}</Invitation_creation_date>
  <Suggested_control_time>{1,1}</Suggested_control_time>
  <Cancellation_reason>{1,1}</Cancellation_reason>
  <Randomisation_code>{1,1}</Randomisation_code>
  <Notice>{0,unbounded}</Notice>
  <Control>{0,unbounded}</Control>
</Invitation>
Source
<xs:element name="Invitation" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Invitation_id" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="40"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Invitation_type_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Invitation_creation_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
      <xs:element name="Suggested_control_time" minOccurs="1" maxOccurs="1" type="xs:dateTime" nillable="true"/>
      <xs:element name="Cancellation_reason" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Randomisation_code" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <!-- Notice -->
      <xs:element name="Notice" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Notice_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Notice_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <!-- Control -->
      <xs:element name="Control" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Control_id" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="40"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Laboratory_id" minOccurs="1" maxOccurs="1" nillable="false">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="64"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Control_municipality" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:length value="3"/>
                  <xs:pattern value="([0-9])*"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Control_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
            <xs:element name="Control_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Control_status_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Control_status_decision_name" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="64"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <!-- Preliminary Info -->
            <xs:element name="Preliminary_info" minOccurs="0" maxOccurs="1">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Preliminary_info_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Preliminary_info_code" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Preliminary_info_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int">
                            <xs:minInclusive value="0"/>
                            <xs:maxInclusive value="1"/>
                          </xs:restriction>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Preliminary_info_value" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Preliminary_info_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:decimal"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Preliminary_info_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
                  <xs:element name="Preliminary_info_text" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="1024"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <!-- Sample -->
            <xs:element name="Sample" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Sample_id" minOccurs="1" maxOccurs="1">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="40"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Sample_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Sample_tool" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Sample_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                  <xs:element name="Sample_success" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Sample_doer" minOccurs="1" maxOccurs="1">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="11"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <!-- Analysis -->
                  <xs:element name="Analysis" minOccurs="0" maxOccurs="unbounded">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Analysis_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                        <xs:element name="Analysis_code" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Analysis_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int">
                                  <xs:minInclusive value="0"/>
                                  <xs:maxInclusive value="1"/>
                                </xs:restriction>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Analysis_value" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Analysis_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:decimal"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Analysis_text" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="32000"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Analysis_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                        <xs:element name="Analyst_doer" minOccurs="1" maxOccurs="1">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="11"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Analyst_org" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="64"/>
                              <xs:pattern value="([0-9.-])*"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                  <!-- Result -->
                  <xs:element name="Result" minOccurs="0" maxOccurs="unbounded">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Result_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                        <xs:element name="Result_code" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Result_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int">
                                  <xs:minInclusive value="0"/>
                                  <xs:maxInclusive value="1"/>
                                </xs:restriction>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Result_value" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Result_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:decimal"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Result_text" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="32000"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Result_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                        <xs:element name="Result_doer" minOccurs="1" maxOccurs="1">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="11"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Result_diag_codeset" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:union>
                              <xs:simpleType>
                                <xs:restriction base="xs:string">
                                  <xs:length value="0"/>
                                </xs:restriction>
                              </xs:simpleType>
                              <xs:simpleType>
                                <xs:restriction base="xs:int"/>
                              </xs:simpleType>
                            </xs:union>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Result_diag" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="12"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                        <xs:element name="Result_org" minOccurs="1" maxOccurs="1" nillable="true">
                          <xs:simpleType>
                            <xs:restriction base="xs:string">
                              <xs:maxLength value="64"/>
                              <xs:pattern value="([0-9.-])*"/>
                            </xs:restriction>
                          </xs:simpleType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Invitation_id
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 40
Source
<xs:element name="Invitation_id" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="40"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Invitation_type_code
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Invitation_type_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Invitation_creation_date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Invitation_creation_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Suggested_control_time
Namespace No namespace
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Suggested_control_time" minOccurs="1" maxOccurs="1" type="xs:dateTime" nillable="true"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Cancellation_reason
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Cancellation_reason" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Randomisation_code
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Randomisation_code" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Notice
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Notice_Notice_type index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Notice_Notice_date
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Notice_date, Notice_type
Instance
<Notice>
  <Notice_type>{1,1}</Notice_type>
  <Notice_date>{1,1}</Notice_date>
</Notice>
Source
<xs:element name="Notice" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Notice_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Notice_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Notice / Notice_type
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Notice_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Notice / Notice_date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Notice_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Control_id index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Laboratory_id index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Control_municipality index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Control_date index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Control_type index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Control_status_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Control_status_decision_name index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Preliminary_info index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Control_date, Control_id, Control_municipality, Control_status_code, Control_status_decision_name, Control_type, Laboratory_id, Preliminary_info, Sample
Instance
<Control>
  <Control_id>{1,1}</Control_id>
  <Laboratory_id>{1,1}</Laboratory_id>
  <Control_municipality>{1,1}</Control_municipality>
  <Control_date>{1,1}</Control_date>
  <Control_type>{1,1}</Control_type>
  <Control_status_code>{1,1}</Control_status_code>
  <Control_status_decision_name>{1,1}</Control_status_decision_name>
  <Preliminary_info>{0,1}</Preliminary_info>
  <Sample>{0,unbounded}</Sample>
</Control>
Source
<xs:element name="Control" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Control_id" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="40"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Laboratory_id" minOccurs="1" maxOccurs="1" nillable="false">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Control_municipality" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:length value="3"/>
            <xs:pattern value="([0-9])*"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Control_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
      <xs:element name="Control_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Control_status_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Control_status_decision_name" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <!-- Preliminary Info -->
      <xs:element name="Preliminary_info" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Preliminary_info_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Preliminary_info_code" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Preliminary_info_boolean" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int">
                      <xs:minInclusive value="0"/>
                      <xs:maxInclusive value="1"/>
                    </xs:restriction>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Preliminary_info_value" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Preliminary_info_decimal" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:decimal"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Preliminary_info_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
            <xs:element name="Preliminary_info_text" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="1024"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <!-- Sample -->
      <xs:element name="Sample" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Sample_id" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="40"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Sample_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Sample_tool" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Sample_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
            <xs:element name="Sample_success" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Sample_doer" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="11"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <!-- Analysis -->
            <xs:element name="Analysis" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Analysis_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Analysis_code" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Analysis_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int">
                            <xs:minInclusive value="0"/>
                            <xs:maxInclusive value="1"/>
                          </xs:restriction>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Analysis_value" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Analysis_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:decimal"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Analysis_text" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="32000"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Analysis_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                  <xs:element name="Analyst_doer" minOccurs="1" maxOccurs="1">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="11"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Analyst_org" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="64"/>
                        <xs:pattern value="([0-9.-])*"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <!-- Result -->
            <xs:element name="Result" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Result_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
                  <xs:element name="Result_code" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Result_boolean" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int">
                            <xs:minInclusive value="0"/>
                            <xs:maxInclusive value="1"/>
                          </xs:restriction>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Result_value" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Result_decimal" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:decimal"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Result_text" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="32000"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Result_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
                  <xs:element name="Result_doer" minOccurs="1" maxOccurs="1">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="11"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Result_diag_codeset" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:union>
                        <xs:simpleType>
                          <xs:restriction base="xs:string">
                            <xs:length value="0"/>
                          </xs:restriction>
                        </xs:simpleType>
                        <xs:simpleType>
                          <xs:restriction base="xs:int"/>
                        </xs:simpleType>
                      </xs:union>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Result_diag" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="12"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                  <xs:element name="Result_org" minOccurs="1" maxOccurs="1" nillable="true">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:maxLength value="64"/>
                        <xs:pattern value="([0-9.-])*"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Control_id
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 40
Source
<xs:element name="Control_id" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="40"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Laboratory_id
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable false
Facets
maxLength 64
Source
<xs:element name="Laboratory_id" minOccurs="1" maxOccurs="1" nillable="false">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Control_municipality
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
length 3
pattern ([0-9])*
Source
<xs:element name="Control_municipality" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:length value="3"/>
      <xs:pattern value="([0-9])*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Control_date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Control_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Control_type
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Control_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Control_status_code
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Control_status_code" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Control_status_decision_name
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 64
Source
<xs:element name="Control_status_decision_name" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Preliminary_info
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Preliminary_info_Preliminary_info_type index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Preliminary_info_Preliminary_info_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Preliminary_info_Preliminary_info_boolean index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Preliminary_info_Preliminary_info_value index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Preliminary_info_Preliminary_info_decimal index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Preliminary_info_Preliminary_info_date index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Preliminary_info_Preliminary_info_text
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children Preliminary_info_boolean, Preliminary_info_code, Preliminary_info_date, Preliminary_info_decimal, Preliminary_info_text, Preliminary_info_type, Preliminary_info_value
Instance
<Preliminary_info>
  <Preliminary_info_type>{1,1}</Preliminary_info_type>
  <Preliminary_info_code>{1,1}</Preliminary_info_code>
  <Preliminary_info_boolean>{1,1}</Preliminary_info_boolean>
  <Preliminary_info_value>{1,1}</Preliminary_info_value>
  <Preliminary_info_decimal>{1,1}</Preliminary_info_decimal>
  <Preliminary_info_date>{1,1}</Preliminary_info_date>
  <Preliminary_info_text>{1,1}</Preliminary_info_text>
</Preliminary_info>
Source
<xs:element name="Preliminary_info" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Preliminary_info_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Preliminary_info_code" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Preliminary_info_boolean" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="1"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Preliminary_info_value" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Preliminary_info_decimal" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:decimal"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Preliminary_info_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
      <xs:element name="Preliminary_info_text" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="1024"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Preliminary_info / Preliminary_info_type
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Preliminary_info_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Preliminary_info / Preliminary_info_code
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Preliminary_info_code" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Preliminary_info / Preliminary_info_boolean
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, restriction of xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Preliminary_info_boolean" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Preliminary_info / Preliminary_info_value
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Preliminary_info_value" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Preliminary_info / Preliminary_info_decimal
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:decimal)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Preliminary_info_decimal" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:decimal"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Preliminary_info / Preliminary_info_date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Preliminary_info_date" minOccurs="1" maxOccurs="1" type="xs:date" nillable="true"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Preliminary_info / Preliminary_info_text
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 1024
Source
<xs:element name="Preliminary_info_text" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1024"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Sample_id index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Sample_type index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Sample_tool index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Sample_date index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Sample_success index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Sample_doer index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Analysis, Result, Sample_date, Sample_doer, Sample_id, Sample_success, Sample_tool, Sample_type
Instance
<Sample>
  <Sample_id>{1,1}</Sample_id>
  <Sample_type>{1,1}</Sample_type>
  <Sample_tool>{1,1}</Sample_tool>
  <Sample_date>{1,1}</Sample_date>
  <Sample_success>{1,1}</Sample_success>
  <Sample_doer>{1,1}</Sample_doer>
  <Analysis>{0,unbounded}</Analysis>
  <Result>{0,unbounded}</Result>
</Sample>
Source
<xs:element name="Sample" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Sample_id" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="40"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Sample_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Sample_tool" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Sample_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
      <xs:element name="Sample_success" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Sample_doer" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="11"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <!-- Analysis -->
      <xs:element name="Analysis" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Analysis_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Analysis_code" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Analysis_boolean" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int">
                      <xs:minInclusive value="0"/>
                      <xs:maxInclusive value="1"/>
                    </xs:restriction>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Analysis_value" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Analysis_decimal" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:decimal"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Analysis_text" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="32000"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Analysis_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
            <xs:element name="Analyst_doer" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="11"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Analyst_org" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="64"/>
                  <xs:pattern value="([0-9.-])*"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <!-- Result -->
      <xs:element name="Result" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Result_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
            <xs:element name="Result_code" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Result_boolean" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int">
                      <xs:minInclusive value="0"/>
                      <xs:maxInclusive value="1"/>
                    </xs:restriction>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Result_value" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Result_decimal" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:decimal"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Result_text" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="32000"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Result_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
            <xs:element name="Result_doer" minOccurs="1" maxOccurs="1">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="11"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Result_diag_codeset" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:union>
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:length value="0"/>
                    </xs:restriction>
                  </xs:simpleType>
                  <xs:simpleType>
                    <xs:restriction base="xs:int"/>
                  </xs:simpleType>
                </xs:union>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Result_diag" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="12"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="Result_org" minOccurs="1" maxOccurs="1" nillable="true">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:maxLength value="64"/>
                  <xs:pattern value="([0-9.-])*"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Sample_id
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 40
Source
<xs:element name="Sample_id" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="40"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Sample_type
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Sample_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Sample_tool
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Sample_tool" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Sample_date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Sample_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Sample_success
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Sample_success" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Sample_doer
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 11
Source
<xs:element name="Sample_doer" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="11"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis_Analysis_type index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis_Analysis_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis_Analysis_boolean index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis_Analysis_value index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis_Analysis_decimal index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis_Analysis_text index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis_Analysis_date index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis_Analyst_doer index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Analysis_Analyst_org
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Analysis_boolean, Analysis_code, Analysis_date, Analysis_decimal, Analysis_text, Analysis_type, Analysis_value, Analyst_doer, Analyst_org
Instance
<Analysis>
  <Analysis_type>{1,1}</Analysis_type>
  <Analysis_code>{1,1}</Analysis_code>
  <Analysis_boolean>{1,1}</Analysis_boolean>
  <Analysis_value>{1,1}</Analysis_value>
  <Analysis_decimal>{1,1}</Analysis_decimal>
  <Analysis_text>{1,1}</Analysis_text>
  <Analysis_date>{1,1}</Analysis_date>
  <Analyst_doer>{1,1}</Analyst_doer>
  <Analyst_org>{1,1}</Analyst_org>
</Analysis>
Source
<xs:element name="Analysis" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Analysis_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Analysis_code" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Analysis_boolean" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="1"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Analysis_value" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Analysis_decimal" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:decimal"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Analysis_text" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="32000"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Analysis_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
      <xs:element name="Analyst_doer" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="11"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Analyst_org" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
            <xs:pattern value="([0-9.-])*"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis / Analysis_type
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Analysis_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis / Analysis_code
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Analysis_code" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis / Analysis_boolean
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, restriction of xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Analysis_boolean" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis / Analysis_value
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Analysis_value" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis / Analysis_decimal
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:decimal)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Analysis_decimal" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:decimal"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis / Analysis_text
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 32000
Source
<xs:element name="Analysis_text" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="32000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis / Analysis_date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Analysis_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis / Analyst_doer
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 11
Source
<xs:element name="Analyst_doer" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="11"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Analysis / Analyst_org
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 64
pattern ([0-9.-])*
Source
<xs:element name="Analyst_org" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
      <xs:pattern value="([0-9.-])*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result
Namespace No namespace
Diagram
Diagram index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_type index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_code index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_boolean index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_value index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_decimal index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_text index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_date index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_doer index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_diag_codeset index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_diag index.tmp#ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_ScreeningInvitations_ScreeningInvitations_Person_ScreeningInvitations_ScreeningInvitations_Person_Screening_Invitation_Control_Sample_Result_Result_org
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Result_boolean, Result_code, Result_date, Result_decimal, Result_diag, Result_diag_codeset, Result_doer, Result_org, Result_text, Result_type, Result_value
Instance
<Result>
  <Result_type>{1,1}</Result_type>
  <Result_code>{1,1}</Result_code>
  <Result_boolean>{1,1}</Result_boolean>
  <Result_value>{1,1}</Result_value>
  <Result_decimal>{1,1}</Result_decimal>
  <Result_text>{1,1}</Result_text>
  <Result_date>{1,1}</Result_date>
  <Result_doer>{1,1}</Result_doer>
  <Result_diag_codeset>{1,1}</Result_diag_codeset>
  <Result_diag>{1,1}</Result_diag>
  <Result_org>{1,1}</Result_org>
</Result>
Source
<xs:element name="Result" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Result_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
      <xs:element name="Result_code" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Result_boolean" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="1"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Result_value" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Result_decimal" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:decimal"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Result_text" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="32000"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Result_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
      <xs:element name="Result_doer" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="11"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Result_diag_codeset" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:length value="0"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:int"/>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Result_diag" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="12"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Result_org" minOccurs="1" maxOccurs="1" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="64"/>
            <xs:pattern value="([0-9.-])*"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_type
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Result_type" minOccurs="1" maxOccurs="1" type="xs:int"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_code
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Result_code" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_boolean
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, restriction of xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Result_boolean" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_value
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Result_value" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_decimal
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:decimal)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Result_decimal" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:decimal"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_text
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 32000
Source
<xs:element name="Result_text" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="32000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Result_date" minOccurs="1" maxOccurs="1" type="xs:date"/>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_doer
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 11
Source
<xs:element name="Result_doer" minOccurs="1" maxOccurs="1">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="11"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_diag_codeset
Namespace No namespace
Diagram
Diagram
Type union of(restriction of xs:string, xs:int)
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Source
<xs:element name="Result_diag_codeset" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="0"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:int"/>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_diag
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 12
Source
<xs:element name="Result_diag" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="12"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element ScreeningInvitations / Person / Screening / Invitation / Control / Sample / Result / Result_org
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
nillable true
Facets
maxLength 64
pattern ([0-9.-])*
Source
<xs:element name="Result_org" minOccurs="1" maxOccurs="1" nillable="true">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="64"/>
      <xs:pattern value="([0-9.-])*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]