Class SBITabel

java.lang.Object
nl.egem.stuf.sector.bg._0204.SBITabel

public class SBITabel extends Object
tabel entiteit SBI-code

Java class for SBI-tabel complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="SBI-tabel">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="sbiCode" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>SBICode">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="sbiOmschrijving" minOccurs="0">
          <complexType>
            <simpleContent>
              <extension base="<http://www.egem.nl/StUF/sector/bg/0204>SBIOmschrijving">
                <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
              </extension>
            </simpleContent>
          </complexType>
        </element>
        <element name="extraElementen" type="{http://www.egem.nl/StUF/StUF0204}ExtraElementen" minOccurs="0"/>
      </sequence>
      <attGroup ref="{http://www.egem.nl/StUF/StUF0204}tabel"/>
    </restriction>
  </complexContent>
</complexType>