Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema qs_data_fsa22_type.xsd
Properties
attribute form default unqualified
element form default qualified
Element qs_data_fsa22_type / B
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_felder qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type qs_data_fsa22_type_xsd.tmp#gr_bfsa22_type_bogen qs_data_fsa22_type_xsd.tmp#gr_bfsa22_type
Type gr_bfsa22_type
Type hierarchy
Properties
content complex
Model
Children bogen, felder
Instance
<B xmlns="urn:gba:sqg">
  <felder>{1,1}</felder>
  <bogen>{1,1}</bogen>
</B>
Source
<xs:element name="B" type="gr_bfsa22_type"/>
Element tds_bfsa22_type / felder
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_tds_bfsa22_type_felder_DokAbschlDat qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_tds_bfsa22_type_felder_NAMEKH qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_tds_bfsa22_type_felder_standortIDops qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_tds_bfsa22_type_felder_IKNRKH
Properties
content complex
Model
Children DokAbschlDat, IKNRKH, NAMEKH, standortIDops
Instance
<felder xmlns="urn:gba:sqg">
  <DokAbschlDat V="">{1,1}</DokAbschlDat>
  <NAMEKH V="">{1,1}</NAMEKH>
  <standortIDops V="">{1,1}</standortIDops>
  <IKNRKH V="">{1,1}</IKNRKH>
</felder>
Source
<xs:element name="felder">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DokAbschlDat">
        <xs:complexType>
          <xs:attribute name="V" type="datum_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NAMEKH">
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="100"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="standortIDops">
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:pattern value="77\d{4}"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="IKNRKH">
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:pattern value="[0-9]{9}"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tds_bfsa22_type / felder / DokAbschlDat
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_tds_bfsa22_type_felder_tds_bfsa22_type_tds_bfsa22_type_felder_DokAbschlDat_V
Properties
content complex
Attributes
QName Type Use
V datum_type required
Source
<xs:element name="DokAbschlDat">
  <xs:complexType>
    <xs:attribute name="V" type="datum_type" use="required"/>
  </xs:complexType>
</xs:element>
Element tds_bfsa22_type / felder / NAMEKH
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_tds_bfsa22_type_felder_tds_bfsa22_type_tds_bfsa22_type_felder_NAMEKH_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string required
Source
<xs:element name="NAMEKH">
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="100"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_bfsa22_type / felder / standortIDops
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_tds_bfsa22_type_felder_tds_bfsa22_type_tds_bfsa22_type_felder_standortIDops_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string required
Source
<xs:element name="standortIDops">
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="77\d{4}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_bfsa22_type / felder / IKNRKH
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_tds_bfsa22_type_felder_tds_bfsa22_type_tds_bfsa22_type_felder_IKNRKH_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string required
Source
<xs:element name="IKNRKH">
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="[0-9]{9}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element gr_bfsa22_type / bogen
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#gr_bfsa22_type_gr_bfsa22_type_bogen_C
Properties
content complex
Model
Children C
Instance
<bogen xmlns="urn:gba:sqg">
  <C>{1,unbounded}</C>
</bogen>
Source
<xs:element name="bogen">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="C" type="tds_cfsa22_type"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element gr_bfsa22_type / bogen / C
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_felder qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type
Type tds_cfsa22_type
Properties
content complex
maxOccurs unbounded
Model
Children felder
Instance
<C xmlns="urn:gba:sqg">
  <felder>{1,1}</felder>
</C>
Source
<xs:element maxOccurs="unbounded" name="C" type="tds_cfsa22_type"/>
Element tds_cfsa22_type / felder
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_LFDCHL qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANMELDUEBERGANG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANMELDEJ qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_AENDMELD qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ABMELD qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANMELDVJ qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_STICHTAG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_STICHTAGAE qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANFTRAUMA qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_MINFAA qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_MINFAAFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_MINFAIM qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_MINFAIMFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANFVOLLSTA qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANFVOLLSTAFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTFVERANT qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTFVERANTFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTFZUSATZW qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTFZUSATZWFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTFPWEITERB qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTFPWEITERBFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTFFORTB qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTFFORTBFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_FAVERFUEGB qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_FAVERFUEGBFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_INTENBETT qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_INTENBETTFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_INTENBBEATM qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_INTENBBEATMFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SYSBEHAND qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SYSBEHANDFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SCHOCK qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SCHOCKFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_VERFUEGCT qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_VERFUEGCTFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_WEITERVERLUFT qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_WEITERVERLUFTFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_STRUKTPROZ qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_STRUKTPROZFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_AERZTLEIT qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_AERZTLEITFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_BATSCHOCK qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_BATSCHOCKFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ERWSCHOCKT qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ERWSCHOCKTFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_FAKVERFPERS qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_FAKVERFPERSFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTAUFN qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_NOTAUFNFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_OPABT qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_OPABTFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_PERSINTENSIV qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_PERSINTENSIVFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_APPAUSST qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_APPAUSSTFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_APPAUSSTOP qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_APPAUSSTOPFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_FAORGEINHEIT qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_FAORGEINHEITFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANLFA qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANLFAFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_VERSORGPRAES qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_VERSORGPRAESFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_AUSSENDO qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_AUSSENDOFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_GERIKOMP qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_GERIKOMPFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANFVOLLSTB qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ANFVOLLSTBFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_PHYSATEM qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_PHYSATEMFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPEINW qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPEINWFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPPERI qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPPERIFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPOPV qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPOPVFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPMED qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPMEDFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPBLUT qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPBLUTFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPGERI qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPGERIFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPPHYS qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_SOPPHYSFG qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_ERFMIND
Properties
content complex
Model
Children ABMELD, AENDMELD, AERZTLEIT, AERZTLEITFG, ANFTRAUMA, ANFVOLLSTA, ANFVOLLSTAFG, ANFVOLLSTB, ANFVOLLSTBFG, ANLFA, ANLFAFG, ANMELDEJ, ANMELDUEBERGANG, ANMELDVJ, APPAUSST, APPAUSSTFG, APPAUSSTOP, APPAUSSTOPFG, AUSSENDO, AUSSENDOFG, BATSCHOCK, BATSCHOCKFG, ERFMIND, ERWSCHOCKT, ERWSCHOCKTFG, FAKVERFPERS, FAKVERFPERSFG, FAORGEINHEIT, FAORGEINHEITFG, FAVERFUEGB, FAVERFUEGBFG, GERIKOMP, GERIKOMPFG, INTENBBEATM, INTENBBEATMFG, INTENBETT, INTENBETTFG, LFDCHL, MINFAA, MINFAAFG, MINFAIM, MINFAIMFG, NOTAUFN, NOTAUFNFG, NOTFFORTB, NOTFFORTBFG, NOTFPWEITERB, NOTFPWEITERBFG, NOTFVERANT, NOTFVERANTFG, NOTFZUSATZW, NOTFZUSATZWFG, OPABT, OPABTFG, PERSINTENSIV, PERSINTENSIVFG, PHYSATEM, PHYSATEMFG, SCHOCK, SCHOCKFG, SOPBLUT, SOPBLUTFG, SOPEINW, SOPEINWFG, SOPGERI, SOPGERIFG, SOPMED, SOPMEDFG, SOPOPV, SOPOPVFG, SOPPERI, SOPPERIFG, SOPPHYS, SOPPHYSFG, STICHTAG, STICHTAGAE, STRUKTPROZ, STRUKTPROZFG, SYSBEHAND, SYSBEHANDFG, VERFUEGCT, VERFUEGCTFG, VERSORGPRAES, VERSORGPRAESFG, WEITERVERLUFT, WEITERVERLUFTFG
Instance
<felder xmlns="urn:gba:sqg">
  <LFDCHL V="">{1,1}</LFDCHL>
  <ANMELDUEBERGANG V="">{1,1}</ANMELDUEBERGANG>
  <ANMELDEJ V="">{1,1}</ANMELDEJ>
  <AENDMELD V="">{1,1}</AENDMELD>
  <ABMELD V="">{1,1}</ABMELD>
  <ANMELDVJ V="">{1,1}</ANMELDVJ>
  <STICHTAG V="">{1,1}</STICHTAG>
  <STICHTAGAE V="">{1,1}</STICHTAGAE>
  <ANFTRAUMA V="">{1,1}</ANFTRAUMA>
  <MINFAA V="">{1,1}</MINFAA>
  <MINFAAFG V="">{1,1}</MINFAAFG>
  <MINFAIM V="">{1,1}</MINFAIM>
  <MINFAIMFG V="">{1,1}</MINFAIMFG>
  <ANFVOLLSTA V="">{1,1}</ANFVOLLSTA>
  <ANFVOLLSTAFG V="">{1,1}</ANFVOLLSTAFG>
  <NOTFVERANT V="">{1,1}</NOTFVERANT>
  <NOTFVERANTFG V="">{1,1}</NOTFVERANTFG>
  <NOTFZUSATZW V="">{1,1}</NOTFZUSATZW>
  <NOTFZUSATZWFG V="">{1,1}</NOTFZUSATZWFG>
  <NOTFPWEITERB V="">{1,1}</NOTFPWEITERB>
  <NOTFPWEITERBFG V="">{1,1}</NOTFPWEITERBFG>
  <NOTFFORTB V="">{1,1}</NOTFFORTB>
  <NOTFFORTBFG V="">{1,1}</NOTFFORTBFG>
  <FAVERFUEGB V="">{1,1}</FAVERFUEGB>
  <FAVERFUEGBFG V="">{1,1}</FAVERFUEGBFG>
  <INTENBETT V="">{1,1}</INTENBETT>
  <INTENBETTFG V="">{1,1}</INTENBETTFG>
  <INTENBBEATM V="">{1,1}</INTENBBEATM>
  <INTENBBEATMFG V="">{1,1}</INTENBBEATMFG>
  <SYSBEHAND V="">{1,1}</SYSBEHAND>
  <SYSBEHANDFG V="">{1,1}</SYSBEHANDFG>
  <SCHOCK V="">{1,1}</SCHOCK>
  <SCHOCKFG V="">{1,1}</SCHOCKFG>
  <VERFUEGCT V="">{1,1}</VERFUEGCT>
  <VERFUEGCTFG V="">{1,1}</VERFUEGCTFG>
  <WEITERVERLUFT V="">{1,1}</WEITERVERLUFT>
  <WEITERVERLUFTFG V="">{1,1}</WEITERVERLUFTFG>
  <STRUKTPROZ V="">{1,1}</STRUKTPROZ>
  <STRUKTPROZFG V="">{1,1}</STRUKTPROZFG>
  <AERZTLEIT V="">{1,1}</AERZTLEIT>
  <AERZTLEITFG V="">{1,1}</AERZTLEITFG>
  <BATSCHOCK V="">{1,1}</BATSCHOCK>
  <BATSCHOCKFG V="">{1,1}</BATSCHOCKFG>
  <ERWSCHOCKT V="">{1,1}</ERWSCHOCKT>
  <ERWSCHOCKTFG V="">{1,1}</ERWSCHOCKTFG>
  <FAKVERFPERS V="">{1,1}</FAKVERFPERS>
  <FAKVERFPERSFG V="">{1,1}</FAKVERFPERSFG>
  <NOTAUFN V="">{1,1}</NOTAUFN>
  <NOTAUFNFG V="">{1,1}</NOTAUFNFG>
  <OPABT V="">{1,1}</OPABT>
  <OPABTFG V="">{1,1}</OPABTFG>
  <PERSINTENSIV V="">{1,1}</PERSINTENSIV>
  <PERSINTENSIVFG V="">{1,1}</PERSINTENSIVFG>
  <APPAUSST V="">{1,1}</APPAUSST>
  <APPAUSSTFG V="">{1,1}</APPAUSSTFG>
  <APPAUSSTOP V="">{1,1}</APPAUSSTOP>
  <APPAUSSTOPFG V="">{1,1}</APPAUSSTOPFG>
  <FAORGEINHEIT V="">{1,1}</FAORGEINHEIT>
  <FAORGEINHEITFG V="">{1,1}</FAORGEINHEITFG>
  <ANLFA V="">{1,1}</ANLFA>
  <ANLFAFG V="">{1,1}</ANLFAFG>
  <VERSORGPRAES V="">{1,1}</VERSORGPRAES>
  <VERSORGPRAESFG V="">{1,1}</VERSORGPRAESFG>
  <AUSSENDO V="">{1,1}</AUSSENDO>
  <AUSSENDOFG V="">{1,1}</AUSSENDOFG>
  <GERIKOMP V="">{1,1}</GERIKOMP>
  <GERIKOMPFG V="">{1,1}</GERIKOMPFG>
  <ANFVOLLSTB V="">{1,1}</ANFVOLLSTB>
  <ANFVOLLSTBFG V="">{1,1}</ANFVOLLSTBFG>
  <PHYSATEM V="">{1,1}</PHYSATEM>
  <PHYSATEMFG V="">{1,1}</PHYSATEMFG>
  <SOPEINW V="">{1,1}</SOPEINW>
  <SOPEINWFG V="">{1,1}</SOPEINWFG>
  <SOPPERI V="">{1,1}</SOPPERI>
  <SOPPERIFG V="">{1,1}</SOPPERIFG>
  <SOPOPV V="">{1,1}</SOPOPV>
  <SOPOPVFG V="">{1,1}</SOPOPVFG>
  <SOPMED V="">{1,1}</SOPMED>
  <SOPMEDFG V="">{1,1}</SOPMEDFG>
  <SOPBLUT V="">{1,1}</SOPBLUT>
  <SOPBLUTFG V="">{1,1}</SOPBLUTFG>
  <SOPGERI V="">{1,1}</SOPGERI>
  <SOPGERIFG V="">{1,1}</SOPGERIFG>
  <SOPPHYS V="">{1,1}</SOPPHYS>
  <SOPPHYSFG V="">{1,1}</SOPPHYSFG>
  <ERFMIND V="">{1,1}</ERFMIND>
</felder>
Source
<xs:element name="felder">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDCHL">
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANMELDUEBERGANG">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANMELDEJ">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AENDMELD">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ABMELD">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANMELDVJ">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STICHTAG">
        <xs:complexType>
          <xs:attribute name="V" type="datum_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STICHTAGAE">
        <xs:complexType>
          <xs:attribute name="V" type="datum_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANFTRAUMA">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINFAA">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINFAAFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINFAIM">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINFAIMFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANFVOLLSTA">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANFVOLLSTAFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFVERANT">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFVERANTFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFZUSATZW">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFZUSATZWFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFPWEITERB">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFPWEITERBFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFFORTB">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFFORTBFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="FAVERFUEGB">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="FAVERFUEGBFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="INTENBETT">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="INTENBETTFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="INTENBBEATM">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="INTENBBEATMFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="SYSBEHAND">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SYSBEHANDFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="SCHOCK">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SCHOCKFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="VERFUEGCT">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="VERFUEGCTFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="WEITERVERLUFT">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="WEITERVERLUFTFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="STRUKTPROZ">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STRUKTPROZFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="AERZTLEIT">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AERZTLEITFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BATSCHOCK">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BATSCHOCKFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERWSCHOCKT">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERWSCHOCKTFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="FAKVERFPERS">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="FAKVERFPERSFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTAUFN">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTAUFNFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="OPABT">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="OPABTFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="PERSINTENSIV">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="PERSINTENSIVFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="APPAUSST">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="APPAUSSTFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="APPAUSSTOP">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="APPAUSSTOPFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="FAORGEINHEIT">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="FAORGEINHEITFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANLFA">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANLFAFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="VERSORGPRAES">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="VERSORGPRAESFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="AUSSENDO">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AUSSENDOFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="GERIKOMP">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="GERIKOMPFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANFVOLLSTB">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANFVOLLSTBFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="PHYSATEM">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="PHYSATEMFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPEINW">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPEINWFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPPERI">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPPERIFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPOPV">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPOPVFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPMED">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPMEDFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPBLUT">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPBLUTFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPGERI">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPGERIFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPPHYS">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPPHYSFG">
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="1000"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERFMIND">
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / LFDCHL
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_LFDCHL_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDCHL">
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANMELDUEBERGANG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANMELDUEBERGANG_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="ANMELDUEBERGANG">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANMELDEJ
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANMELDEJ_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="ANMELDEJ">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / AENDMELD
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_AENDMELD_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="AENDMELD">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ABMELD
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ABMELD_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="ABMELD">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANMELDVJ
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANMELDVJ_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="ANMELDVJ">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / STICHTAG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_STICHTAG_V
Properties
content complex
Attributes
QName Type Use
V datum_type optional
Source
<xs:element name="STICHTAG">
  <xs:complexType>
    <xs:attribute name="V" type="datum_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / STICHTAGAE
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_STICHTAGAE_V
Properties
content complex
Attributes
QName Type Use
V datum_type optional
Source
<xs:element name="STICHTAGAE">
  <xs:complexType>
    <xs:attribute name="V" type="datum_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANFTRAUMA
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANFTRAUMA_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ANFTRAUMA">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / MINFAA
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_MINFAA_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINFAA">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / MINFAAFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_MINFAAFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="MINFAAFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / MINFAIM
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_MINFAIM_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINFAIM">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / MINFAIMFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_MINFAIMFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="MINFAIMFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANFVOLLSTA
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANFVOLLSTA_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ANFVOLLSTA">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANFVOLLSTAFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANFVOLLSTAFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="ANFVOLLSTAFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTFVERANT
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTFVERANT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTFVERANT">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTFVERANTFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTFVERANTFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="NOTFVERANTFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTFZUSATZW
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTFZUSATZW_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTFZUSATZW">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTFZUSATZWFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTFZUSATZWFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="NOTFZUSATZWFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTFPWEITERB
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTFPWEITERB_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTFPWEITERB">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTFPWEITERBFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTFPWEITERBFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="NOTFPWEITERBFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTFFORTB
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTFFORTB_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTFFORTB">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTFFORTBFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTFFORTBFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="NOTFFORTBFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / FAVERFUEGB
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_FAVERFUEGB_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="FAVERFUEGB">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / FAVERFUEGBFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_FAVERFUEGBFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="FAVERFUEGBFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / INTENBETT
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_INTENBETT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="INTENBETT">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / INTENBETTFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_INTENBETTFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="INTENBETTFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / INTENBBEATM
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_INTENBBEATM_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="INTENBBEATM">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / INTENBBEATMFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_INTENBBEATMFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="INTENBBEATMFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SYSBEHAND
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SYSBEHAND_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SYSBEHAND">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SYSBEHANDFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SYSBEHANDFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="SYSBEHANDFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SCHOCK
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SCHOCK_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SCHOCK">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SCHOCKFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SCHOCKFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="SCHOCKFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / VERFUEGCT
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_VERFUEGCT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="VERFUEGCT">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / VERFUEGCTFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_VERFUEGCTFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="VERFUEGCTFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / WEITERVERLUFT
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_WEITERVERLUFT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="WEITERVERLUFT">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / WEITERVERLUFTFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_WEITERVERLUFTFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="WEITERVERLUFTFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / STRUKTPROZ
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_STRUKTPROZ_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STRUKTPROZ">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / STRUKTPROZFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_STRUKTPROZFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="STRUKTPROZFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / AERZTLEIT
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_AERZTLEIT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="AERZTLEIT">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / AERZTLEITFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_AERZTLEITFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="AERZTLEITFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / BATSCHOCK
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_BATSCHOCK_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="BATSCHOCK">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / BATSCHOCKFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_BATSCHOCKFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="BATSCHOCKFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ERWSCHOCKT
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ERWSCHOCKT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ERWSCHOCKT">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ERWSCHOCKTFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ERWSCHOCKTFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="ERWSCHOCKTFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / FAKVERFPERS
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_FAKVERFPERS_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="FAKVERFPERS">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / FAKVERFPERSFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_FAKVERFPERSFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="FAKVERFPERSFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTAUFN
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTAUFN_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTAUFN">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / NOTAUFNFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_NOTAUFNFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="NOTAUFNFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / OPABT
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_OPABT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="OPABT">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / OPABTFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_OPABTFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="OPABTFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / PERSINTENSIV
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_PERSINTENSIV_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="PERSINTENSIV">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / PERSINTENSIVFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_PERSINTENSIVFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="PERSINTENSIVFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / APPAUSST
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_APPAUSST_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="APPAUSST">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / APPAUSSTFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_APPAUSSTFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="APPAUSSTFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / APPAUSSTOP
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_APPAUSSTOP_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="APPAUSSTOP">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / APPAUSSTOPFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_APPAUSSTOPFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="APPAUSSTOPFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / FAORGEINHEIT
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_FAORGEINHEIT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="FAORGEINHEIT">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / FAORGEINHEITFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_FAORGEINHEITFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="FAORGEINHEITFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANLFA
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANLFA_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ANLFA">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANLFAFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANLFAFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="ANLFAFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / VERSORGPRAES
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_VERSORGPRAES_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="VERSORGPRAES">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / VERSORGPRAESFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_VERSORGPRAESFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="VERSORGPRAESFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / AUSSENDO
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_AUSSENDO_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="AUSSENDO">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / AUSSENDOFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_AUSSENDOFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="AUSSENDOFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / GERIKOMP
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_GERIKOMP_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="GERIKOMP">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / GERIKOMPFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_GERIKOMPFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="GERIKOMPFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANFVOLLSTB
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANFVOLLSTB_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ANFVOLLSTB">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ANFVOLLSTBFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ANFVOLLSTBFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="ANFVOLLSTBFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / PHYSATEM
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_PHYSATEM_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="PHYSATEM">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / PHYSATEMFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_PHYSATEMFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="PHYSATEMFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPEINW
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPEINW_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPEINW">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPEINWFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPEINWFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="SOPEINWFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPPERI
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPPERI_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPPERI">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPPERIFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPPERIFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="SOPPERIFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPOPV
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPOPV_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPOPV">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPOPVFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPOPVFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="SOPOPVFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPMED
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPMED_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPMED">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPMEDFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPMEDFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="SOPMEDFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPBLUT
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPBLUT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPBLUT">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPBLUTFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPBLUTFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="SOPBLUTFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPGERI
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPGERI_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPGERI">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPGERIFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPGERIFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="SOPGERIFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPPHYS
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPPHYS_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPPHYS">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / SOPPHYSFG
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_SOPPHYSFG_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string optional
Source
<xs:element name="SOPPHYSFG">
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="1000"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfsa22_type / felder / ERFMIND
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_tds_cfsa22_type_felder_tds_cfsa22_type_tds_cfsa22_type_felder_ERFMIND_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ERFMIND">
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Complex Type qs_data_fsa22_type
Diagram
Diagram qs_data_xsd.tmp#qs_data_type qs_data_fsa22_type_xsd.tmp#qs_data_fsa22_type_module qs_data_fsa22_type_xsd.tmp#qs_data_fsa22_type_B
Type extension of qs_data_type
Type hierarchy
Model
Children B
Attributes
QName Type Fixed Use
module enum_exportmodul_type F_SA22 required
Source
<xs:complexType name="qs_data_fsa22_type">
  <xs:complexContent>
    <xs:extension base="qs_data_type">
      <xs:sequence>
        <xs:element name="B" type="gr_bfsa22_type"/>
      </xs:sequence>
      <xs:attribute name="module" fixed="F_SA22" type="enum_exportmodul_type" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type gr_bfsa22_type
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_felder qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type qs_data_fsa22_type_xsd.tmp#gr_bfsa22_type_bogen
Type extension of tds_bfsa22_type
Type hierarchy
Used by
Model
Children bogen, felder
Source
<xs:complexType name="gr_bfsa22_type">
  <xs:complexContent>
    <xs:extension base="tds_bfsa22_type">
      <xs:sequence>
        <xs:element name="bogen">
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" name="C" type="tds_cfsa22_type"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type tds_bfsa22_type
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_bfsa22_type_felder
Used by
Complex Type gr_bfsa22_type
Model
Children felder
Source
<xs:complexType name="tds_bfsa22_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="DokAbschlDat">
            <xs:complexType>
              <xs:attribute name="V" type="datum_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NAMEKH">
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="100"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="standortIDops">
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:pattern value="77\d{4}"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="IKNRKH">
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:pattern value="[0-9]{9}"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type tds_cfsa22_type
Diagram
Diagram qs_data_fsa22_type_xsd.tmp#tds_cfsa22_type_felder
Used by
Model
Children felder
Source
<xs:complexType name="tds_cfsa22_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDCHL">
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANMELDUEBERGANG">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANMELDEJ">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AENDMELD">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ABMELD">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANMELDVJ">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STICHTAG">
            <xs:complexType>
              <xs:attribute name="V" type="datum_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STICHTAGAE">
            <xs:complexType>
              <xs:attribute name="V" type="datum_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANFTRAUMA">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINFAA">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINFAAFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINFAIM">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINFAIMFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANFVOLLSTA">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANFVOLLSTAFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFVERANT">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFVERANTFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFZUSATZW">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFZUSATZWFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFPWEITERB">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFPWEITERBFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFFORTB">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFFORTBFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="FAVERFUEGB">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="FAVERFUEGBFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="INTENBETT">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="INTENBETTFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="INTENBBEATM">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="INTENBBEATMFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="SYSBEHAND">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SYSBEHANDFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="SCHOCK">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SCHOCKFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="VERFUEGCT">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="VERFUEGCTFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="WEITERVERLUFT">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="WEITERVERLUFTFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="STRUKTPROZ">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STRUKTPROZFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="AERZTLEIT">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AERZTLEITFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BATSCHOCK">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BATSCHOCKFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERWSCHOCKT">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERWSCHOCKTFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="FAKVERFPERS">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="FAKVERFPERSFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTAUFN">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTAUFNFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="OPABT">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="OPABTFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="PERSINTENSIV">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="PERSINTENSIVFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="APPAUSST">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="APPAUSSTFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="APPAUSSTOP">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="APPAUSSTOPFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="FAORGEINHEIT">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="FAORGEINHEITFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANLFA">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANLFAFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="VERSORGPRAES">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="VERSORGPRAESFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="AUSSENDO">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AUSSENDOFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="GERIKOMP">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="GERIKOMPFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANFVOLLSTB">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANFVOLLSTBFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="PHYSATEM">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="PHYSATEMFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPEINW">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPEINWFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPPERI">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPPERIFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPOPV">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPOPVFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPMED">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPMEDFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPBLUT">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPBLUTFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPGERI">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPGERIFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPPHYS">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPPHYSFG">
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="1000"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERFMIND">
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute tds_bfsa22_type / felder / DokAbschlDat / @V
Type datum_type
Properties
use required
Facets
pattern ((((31\.(0[13578]|1[02]))\.|((29|30)\.(0[13-9]|1[0-2])\.))((19|20)\d{2}))|((29\.02\.(((19|20)(0[48]|[2468][048]|[13579][26])|(2000)))))|((0[1-9]|1\d|2[0-8])\.((0[1-9])|(1[0-2]))\.((19|20)\d{2})))
Used by
Source
<xs:attribute name="V" type="datum_type" use="required"/>
Attribute tds_bfsa22_type / felder / NAMEKH / @V
Type restriction of xs:string
Properties
use required
Facets
maxLength 100
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_bfsa22_type / felder / standortIDops / @V
Type restriction of xs:string
Properties
use required
Facets
pattern 77\d{4}
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="77\d{4}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_bfsa22_type / felder / IKNRKH / @V
Type restriction of xs:string
Properties
use required
Facets
pattern [0-9]{9}
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[0-9]{9}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / LFDCHL / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / ANMELDUEBERGANG / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfsa22_type / felder / ANMELDEJ / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfsa22_type / felder / AENDMELD / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfsa22_type / felder / ABMELD / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfsa22_type / felder / ANMELDVJ / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfsa22_type / felder / STICHTAG / @V
Type datum_type
Properties
use optional
Facets
pattern ((((31\.(0[13578]|1[02]))\.|((29|30)\.(0[13-9]|1[0-2])\.))((19|20)\d{2}))|((29\.02\.(((19|20)(0[48]|[2468][048]|[13579][26])|(2000)))))|((0[1-9]|1\d|2[0-8])\.((0[1-9])|(1[0-2]))\.((19|20)\d{2})))
Used by
Source
<xs:attribute name="V" type="datum_type" use="optional"/>
Attribute tds_cfsa22_type / felder / STICHTAGAE / @V
Type datum_type
Properties
use optional
Facets
pattern ((((31\.(0[13578]|1[02]))\.|((29|30)\.(0[13-9]|1[0-2])\.))((19|20)\d{2}))|((29\.02\.(((19|20)(0[48]|[2468][048]|[13579][26])|(2000)))))|((0[1-9]|1\d|2[0-8])\.((0[1-9])|(1[0-2]))\.((19|20)\d{2})))
Used by
Source
<xs:attribute name="V" type="datum_type" use="optional"/>
Attribute tds_cfsa22_type / felder / ANFTRAUMA / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / MINFAA / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / MINFAAFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / MINFAIM / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / MINFAIMFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / ANFVOLLSTA / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / ANFVOLLSTAFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / NOTFVERANT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / NOTFVERANTFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / NOTFZUSATZW / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / NOTFZUSATZWFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / NOTFPWEITERB / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / NOTFPWEITERBFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / NOTFFORTB / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / NOTFFORTBFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / FAVERFUEGB / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / FAVERFUEGBFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / INTENBETT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / INTENBETTFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / INTENBBEATM / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / INTENBBEATMFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / SYSBEHAND / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / SYSBEHANDFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / SCHOCK / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / SCHOCKFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / VERFUEGCT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / VERFUEGCTFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / WEITERVERLUFT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / WEITERVERLUFTFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / STRUKTPROZ / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / STRUKTPROZFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / AERZTLEIT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / AERZTLEITFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / BATSCHOCK / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / BATSCHOCKFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / ERWSCHOCKT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / ERWSCHOCKTFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / FAKVERFPERS / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / FAKVERFPERSFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / NOTAUFN / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / NOTAUFNFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / OPABT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / OPABTFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / PERSINTENSIV / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / PERSINTENSIVFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / APPAUSST / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / APPAUSSTFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / APPAUSSTOP / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / APPAUSSTOPFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / FAORGEINHEIT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / FAORGEINHEITFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / ANLFA / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / ANLFAFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / VERSORGPRAES / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / VERSORGPRAESFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / AUSSENDO / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / AUSSENDOFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / GERIKOMP / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / GERIKOMPFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / ANFVOLLSTB / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / ANFVOLLSTBFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / PHYSATEM / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / PHYSATEMFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / SOPEINW / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / SOPEINWFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / SOPPERI / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / SOPPERIFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / SOPOPV / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / SOPOPVFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / SOPMED / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / SOPMEDFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / SOPBLUT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / SOPBLUTFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / SOPGERI / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / SOPGERIFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / SOPPHYS / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfsa22_type / felder / SOPPHYSFG / @V
Type restriction of xs:string
Properties
use optional
Facets
maxLength 1000
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1000"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfsa22_type / felder / ERFMIND / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute qs_data_fsa22_type / @module
Type enum_exportmodul_type
Properties
use required
fixed F_SA22
Facets
enumeration FFXE
QSFFx-RL Erinnerungswesen
enumeration F_NW
QSFFx-RL Nachweisverfahren
enumeration F_SA
QSFFx-RL Strukturabfrage 2023
enumeration F_SA22
QSFFx-RL Strukturabfrage 2022
Used by
Complex Type qs_data_fsa22_type
Source
<xs:attribute name="module" fixed="F_SA22" type="enum_exportmodul_type" use="required"/>