<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:se.ehalsomyndigheten:nkoo:AtgardstypLexikon:1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="AtgardstypLexikon">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="atgardstyp">
          <xs:complexType>
            <xs:sequence>
              <xs:element type="xs:byte" name="id"/>
              <xs:element type="xs:string" name="nyckel"/>
              <xs:element type="xs:string" name="beskrivning"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>