complexType "quarantaeneErgebnisTyp"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
ergebnis, grundOhneErfolg?, datum
</...>
Content Model Elements (3):
datum (type xs:date),
ergebnis (type anonymous),
grundOhneErfolg (type anonymous)
All Direct / Indirect Based Elements (2):
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="quarantaeneErgebnisTyp">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="ergebnis">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="kT"/>
<xs:enumeration value="no"/>
<xs:enumeration value="mE"/>
<xs:enumeration value="oE"/>
<xs:enumeration value="wb"/>
<xs:enumeration value="pS"/>
<xs:enumeration value="kl"/>
<xs:enumeration value="BB"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="grundOhneErfolg">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="wb"/>
<xs:enumeration value="pS"/>
<xs:enumeration value="kl"/>
<xs:enumeration value="BB"/>
<xs:enumeration value="kT"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="datum" type="xs:date"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 3/3)
datum
Type:
xs:date, predefined, simple content

Erfassungsdatum der Ergebnisse

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="datum" type="xs:date"/>

ergebnis
Type:
anonymous (restriction of xs:string), simple content

Ergebnis

  • kT = kein Test vorgesehen
  • no = noch offen (Ergebnis liegt noch nicht vor)
  • mE = mit Erfolg (kein Befall festgestellt)
  • oE = ohne Erfolg (Befall festgestellt)
  • wb = wahrscheinlich befallen
  • pS = zwei positive Screenings
  • kl = klonaler Zusammenhang
  • BB = Befall im Betrieb
Simple Content
enumeration of xs:string
Enumeration:
"kT", "no", "mE", "oE", "wb", "pS", "kl", "BB"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="ergebnis">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="kT"/>
<xs:enumeration value="no"/>
<xs:enumeration value="mE"/>
<xs:enumeration value="oE"/>
<xs:enumeration value="wb"/>
<xs:enumeration value="pS"/>
<xs:enumeration value="kl"/>
<xs:enumeration value="BB"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

grundOhneErfolg
Type:
anonymous (restriction of xs:string), simple content

Grund (ohne Erfolg) (Deprecated)

  • wb = wahrscheinlich befallen
  • pS = zwei positive Screenings
  • kl = klonaler Zusammenhang
  • BB = Befall im Betrieb
  • kT = kein Test vorgesehen
Simple Content
enumeration of xs:string
Enumeration:
"wb", "pS", "kl", "BB", "kT"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="grundOhneErfolg">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="wb"/>
<xs:enumeration value="pS"/>
<xs:enumeration value="kl"/>
<xs:enumeration value="BB"/>
<xs:enumeration value="kT"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set