Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Main schema kiwi.xsd
Namespace No namespace
Properties
attribute form default: unqualified
element form default: qualified
Element image
Namespace No namespace
Annotations
The root element of the configuration file
Diagram
Diagram kiwi0.tmp#id24 kiwi0.tmp#id30 kiwi0.tmp#id37 kiwi0.tmp#id199 kiwi0.tmp#id206 kiwi0.tmp#id275 kiwi0.tmp#id292 kiwi0.tmp#id297 kiwi0.tmp#id305
Properties
content: complex
Model description | preferences | profiles | instsource | users | drivers | repository | packages
Children description, drivers, instsource, packages, preferences, profiles, repository, users
Instance
<image displayname="" id="" inherit="" kiwirevision="" name="" xsi:noNamespaceSchemaLocation="" xsi:schemaLocation="" schemaversion="">
  <description type="">{1,1}</description>
  <preferences profiles="">{1,1}</preferences>
  <profiles>{1,1}</profiles>
  <instsource>{1,1}</instsource>
  <users group="" id="">{1,1}</users>
  <drivers profiles="" type="">{1,1}</drivers>
  <repository alias="" priority="" profiles="" status="" type="">{1,1}</repository>
  <packages patternType="" profiles="" type="">{1,1}</packages>
</image>
Attributes
QName Type Fixed Default Use Annotation
displayname optional
id restriction of xs:string optional
inherit optional
kiwirevision xs:nonNegativeInteger optional
name image-name required
An image name without / and spaces
schemaversion restriction of xs:token required
The allowed Schema version (fixed value)
xsi:noNamespaceSchemaLocation xs:anyURI optional
The location of the XSD Schema (not relevant for RELAX NG or DTD)
xsi:schemaLocation xs:anyURI optional
Source
<xs:element name="image">
  <xs:annotation>
    <xs:documentation>The root element of the configuration file</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="description"/>
      <xs:element ref="preferences"/>
      <xs:element ref="profiles"/>
      <xs:element ref="instsource"/>
      <xs:element ref="users"/>
      <xs:element ref="drivers"/>
      <xs:element ref="repository"/>
      <xs:element ref="packages"/>
    </xs:choice>
    <xs:attributeGroup ref="k.image.attlist"/>
  </xs:complexType>
</xs:element>
Element description
Namespace No namespace
Annotations
A Short Description
Diagram
Diagram kiwi0.tmp#id34 kiwi0.tmp#id31 kiwi0.tmp#id32 kiwi0.tmp#id33
Properties
content: complex
Used by
Element image
Model author | contact | specification
Children author, contact, specification
Instance
<description type="">
  <author>{1,1}</author>
  <contact>{1,1}</contact>
  <specification>{1,1}</specification>
</description>
Attributes
QName Type Fixed Default Use Annotation
type restriction of xs:token required
Source
<xs:element name="description">
  <xs:annotation>
    <xs:documentation>A Short Description</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="author"/>
      <xs:element ref="contact"/>
      <xs:element ref="specification"/>
    </xs:choice>
    <xs:attributeGroup ref="k.description.attlist"/>
  </xs:complexType>
</xs:element>
Element author
Namespace No namespace
Annotations
Author of the image
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element description
Source
<xs:element name="author" type="xs:string">
  <xs:annotation>
    <xs:documentation>Author of the image</xs:documentation>
  </xs:annotation>
</xs:element>
Element contact
Namespace No namespace
Annotations
Contact Information from the Author, like Email etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element description
Source
<xs:element name="contact" type="xs:string">
  <xs:annotation>
    <xs:documentation>Contact Information from the Author, like Email etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element specification
Namespace No namespace
Annotations
A Detailed Description
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element description
Source
<xs:element name="specification" type="xs:string">
  <xs:annotation>
    <xs:documentation>A Detailed Description</xs:documentation>
  </xs:annotation>
</xs:element>
Element preferences
Namespace No namespace
Annotations
Configuration Information Needed for Logical Extend
Diagram
Diagram kiwi0.tmp#id197 kiwi0.tmp#id38 kiwi0.tmp#id181 kiwi0.tmp#id182 kiwi0.tmp#id184 kiwi0.tmp#id186 kiwi0.tmp#id188 kiwi0.tmp#id190 kiwi0.tmp#id191 kiwi0.tmp#id192 kiwi0.tmp#id193 kiwi0.tmp#id194 kiwi0.tmp#id195 kiwi0.tmp#id196
Properties
content: complex
Used by
Element image
Model type | version | packagemanager | rpm-check-signatures | rpm-excludedocs | rpm-force | keytable | timezone | locale | boot-theme | defaultdestination | defaultroot | defaultbaseroot
Children boot-theme, defaultbaseroot, defaultdestination, defaultroot, keytable, locale, packagemanager, rpm-check-signatures, rpm-excludedocs, rpm-force, timezone, type, version
Instance
<preferences profiles="">
  <type baseroot="" boot="" bootkernel="" bootloader="" bootprofile="" checkprebuilt="" compressed="" filesystem="" flags="" format="" fsnocheck="" fsreadonly="" fsreadwrite="" hybrid="" hybridpersistent="" image="" installboot="" installiso="" installstick="" kernelcmdline="" luks="" lvm="" primary="" vga="" volid="">{1,1}</type>
  <version>{1,1}</version>
  <packagemanager>{1,1}</packagemanager>
  <rpm-check-signatures>{1,1}</rpm-check-signatures>
  <rpm-excludedocs>{1,1}</rpm-excludedocs>
  <rpm-force>{1,1}</rpm-force>
  <keytable>{1,1}</keytable>
  <timezone>{1,1}</timezone>
  <locale>{1,1}</locale>
  <boot-theme>{1,1}</boot-theme>
  <defaultdestination>{1,1}</defaultdestination>
  <defaultroot>{1,1}</defaultroot>
  <defaultbaseroot>{1,1}</defaultbaseroot>
</preferences>
Attributes
QName Type Fixed Default Use Annotation
profiles optional
A profile name which binds the section to this name
Source
<xs:element name="preferences">
  <xs:annotation>
    <xs:documentation>Configuration Information Needed for Logical Extend</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="type"/>
      <xs:element ref="version"/>
      <xs:element ref="packagemanager"/>
      <xs:element ref="rpm-check-signatures"/>
      <xs:element ref="rpm-excludedocs"/>
      <xs:element ref="rpm-force"/>
      <xs:element ref="keytable"/>
      <xs:element ref="timezone"/>
      <xs:element ref="locale"/>
      <xs:element ref="boot-theme"/>
      <xs:element ref="defaultdestination"/>
      <xs:element ref="defaultroot"/>
      <xs:element ref="defaultbaseroot"/>
    </xs:choice>
    <xs:attributeGroup ref="k.preferences.attlist"/>
  </xs:complexType>
</xs:element>
Element type
Namespace No namespace
Annotations
The Image Type of the Logical Extend
Diagram
Diagram kiwi0.tmp#id154 kiwi0.tmp#id39 kiwi0.tmp#id43 kiwi0.tmp#id52 kiwi0.tmp#id75 kiwi0.tmp#id111 kiwi0.tmp#id115 kiwi0.tmp#id127
Properties
content: complex
Used by
Element preferences
Model ec2config | lvmvolumes | oemconfig | pxedeploy | size | split | machine
Children ec2config, lvmvolumes, machine, oemconfig, pxedeploy, size, split
Instance
<type baseroot="" boot="" bootkernel="" bootloader="" bootprofile="" checkprebuilt="" compressed="" filesystem="" flags="" format="" fsnocheck="" fsreadonly="" fsreadwrite="" hybrid="" hybridpersistent="" image="" installboot="" installiso="" installstick="" kernelcmdline="" luks="" lvm="" primary="" vga="" volid="">
  <ec2config>{1,1}</ec2config>
  <lvmvolumes lvmgroup="">{1,1}</lvmvolumes>
  <oemconfig>{1,1}</oemconfig>
  <pxedeploy blocksize="" server="">{1,1}</pxedeploy>
  <size additive="" unit="">{1,1}</size>
  <split>{1,1}</split>
  <machine arch="" domain="" guestOS="" HWversion="" memory="">{1,1}</machine>
</type>
Attributes
QName Type Fixed Default Use Annotation
baseroot optional
Specify the path to a pre created base root system.
boot optional
bootkernel optional
bootloader restriction of xs:token optional
bootprofile optional
checkprebuilt xs:boolean optional
compressed xs:boolean optional
filesystem restriction of xs:token optional
flags restriction of xs:token optional
format restriction of xs:token optional
Specifies the format of the virtual disk.
fsnocheck xs:boolean optional
Turn off periodic filesystem checks on ext2/3/4.
fsreadonly restriction of xs:token optional
Specifies the filesystem for the read-only part of a split image
fsreadwrite restriction of xs:token optional
Specifies the filesystem for the read-write part of a split image
hybrid xs:boolean optional
hybridpersistent xs:boolean optional
image restriction of xs:token required
Specifies the image type
installboot restriction of xs:token optional
installiso xs:boolean optional
Specifies if a install iso should be created (oem only)
installstick xs:boolean optional
Specifies if a install stick should be created (oem only)
kernelcmdline optional
luks optional
lvm xs:boolean optional
primary xs:boolean optional
Specifies the primary type (choose KIWI option type)
vga optional
volid optional
Source
<xs:element name="type">
  <xs:annotation>
    <xs:documentation>The Image Type of the Logical Extend</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ec2config"/>
      <xs:element ref="lvmvolumes"/>
      <xs:element ref="oemconfig"/>
      <xs:element ref="pxedeploy"/>
      <xs:element ref="size"/>
      <xs:element ref="split"/>
      <xs:element ref="machine"/>
    </xs:choice>
    <xs:attributeGroup ref="k.type.attlist"/>
  </xs:complexType>
</xs:element>
Element ec2config
Namespace No namespace
Annotations
Specifies the AWS EC2 configuration section
Diagram
Diagram kiwi0.tmp#id40 kiwi0.tmp#id41 kiwi0.tmp#id42
Properties
content: complex
Used by
Element type
Model ec2accountnr | ec2certfile | ec2privatekeyfile
Children ec2accountnr, ec2certfile, ec2privatekeyfile
Instance
<ec2config>
  <ec2accountnr>{1,1}</ec2accountnr>
  <ec2certfile>{1,1}</ec2certfile>
  <ec2privatekeyfile>{1,1}</ec2privatekeyfile>
</ec2config>
Source
<xs:element name="ec2config">
  <xs:annotation>
    <xs:documentation>Specifies the AWS EC2 configuration section</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ec2accountnr"/>
      <xs:element ref="ec2certfile"/>
      <xs:element ref="ec2privatekeyfile"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element ec2accountnr
Namespace No namespace
Annotations
The user's EC2 user ID (Note: AWS account number, NOT Access Key ID)
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Element ec2config
Source
<xs:element name="ec2accountnr" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The user's EC2 user ID (Note: AWS account number, NOT Access Key ID)</xs:documentation>
  </xs:annotation>
</xs:element>
Element ec2certfile
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element ec2config
Source
<xs:element name="ec2certfile" type="xs:string"/>
Element ec2privatekeyfile
Namespace No namespace
Annotations
Path to the AWS user's PEM encoded RSA private key file pk-*.pem
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element ec2config
Source
<xs:element name="ec2privatekeyfile" type="xs:string">
  <xs:annotation>
    <xs:documentation>Path to the AWS user's PEM encoded RSA private key file pk-*.pem</xs:documentation>
  </xs:annotation>
</xs:element>
Element lvmvolumes
Namespace No namespace
Annotations
Specify LVM volumes other than the root volume
Diagram
Diagram kiwi0.tmp#id50 kiwi0.tmp#id44
Properties
content: complex
Used by
Element type
Model volume*
Children volume
Instance
<lvmvolumes lvmgroup="">
  <volume freespace="" name="" size="">{0,unbounded}</volume>
</lvmvolumes>
Attributes
QName Type Fixed Default Use Annotation
lvmgroup optional
Specify Volume group name, default is kiwiVG.
Source
<xs:element name="lvmvolumes">
  <xs:annotation>
    <xs:documentation>Specify LVM volumes other than the root volume</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="volume"/>
    </xs:sequence>
    <xs:attributeGroup ref="k.lvmvolumes.attlist"/>
  </xs:complexType>
</xs:element>
Element volume
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id45
Properties
content: complex
Used by
Element lvmvolumes
Attributes
QName Type Fixed Default Use Annotation
freespace volume-size-type optional
name required
size volume-size-type optional
Source
<xs:element name="volume">
  <xs:complexType>
    <xs:attributeGroup ref="k.volume.attlist"/>
  </xs:complexType>
</xs:element>
Element oemconfig
Namespace No namespace
Annotations
Specifies the OEM configuration section
Diagram
Diagram kiwi0.tmp#id53 kiwi0.tmp#id54 kiwi0.tmp#id56 kiwi0.tmp#id58 kiwi0.tmp#id60 kiwi0.tmp#id61 kiwi0.tmp#id63 kiwi0.tmp#id64 kiwi0.tmp#id66 kiwi0.tmp#id67 kiwi0.tmp#id69 kiwi0.tmp#id71 kiwi0.tmp#id73
Properties
content: complex
Used by
Element type
Model oem-systemsize | oem-swap | oem-partition-install | oem-home | oem-boot-title | oem-kiwi-initrd | oem-swapsize | oem-recovery | oem-recoveryID | oem-inplace-recovery | oem-reboot | oem-dumphalt | oem-unattended
Children oem-boot-title, oem-dumphalt, oem-home, oem-inplace-recovery, oem-kiwi-initrd, oem-partition-install, oem-reboot, oem-recovery, oem-recoveryID, oem-swap, oem-swapsize, oem-systemsize, oem-unattended
Instance
<oemconfig>
  <oem-systemsize>{1,1}</oem-systemsize>
  <oem-swap>{1,1}</oem-swap>
  <oem-partition-install>{1,1}</oem-partition-install>
  <oem-home>{1,1}</oem-home>
  <oem-boot-title>{1,1}</oem-boot-title>
  <oem-kiwi-initrd>{1,1}</oem-kiwi-initrd>
  <oem-swapsize>{1,1}</oem-swapsize>
  <oem-recovery>{1,1}</oem-recovery>
  <oem-recoveryID>{1,1}</oem-recoveryID>
  <oem-inplace-recovery>{1,1}</oem-inplace-recovery>
  <oem-reboot>{1,1}</oem-reboot>
  <oem-dumphalt>{1,1}</oem-dumphalt>
  <oem-unattended>{1,1}</oem-unattended>
</oemconfig>
Source
<xs:element name="oemconfig">
  <xs:annotation>
    <xs:documentation>Specifies the OEM configuration section</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="oem-systemsize"/>
      <xs:element ref="oem-swap"/>
      <xs:element ref="oem-partition-install"/>
      <xs:element ref="oem-home"/>
      <xs:element ref="oem-boot-title"/>
      <xs:element ref="oem-kiwi-initrd"/>
      <xs:element ref="oem-swapsize"/>
      <xs:element ref="oem-recovery"/>
      <xs:element ref="oem-recoveryID"/>
      <xs:element ref="oem-inplace-recovery"/>
      <xs:element ref="oem-reboot"/>
      <xs:element ref="oem-dumphalt"/>
      <xs:element ref="oem-unattended"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element oem-systemsize
Namespace No namespace
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-systemsize" type="xs:nonNegativeInteger"/>
Element oem-swap
Namespace No namespace
Annotations
For oemboot driven images: use a swap partition yes/no
Diagram
Diagram kiwi0.tmp#id55
Type k.oem-swap.content
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-swap" type="k.oem-swap.content">
  <xs:annotation>
    <xs:documentation>For oemboot driven images: use a swap partition yes/no</xs:documentation>
  </xs:annotation>
</xs:element>
Element oem-partition-install
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id57
Type k.oem-partition-install.content
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-partition-install" type="k.oem-partition-install.content"/>
Element oem-home
Namespace No namespace
Annotations
For oemboot driven images: use a home partition yes/no
Diagram
Diagram kiwi0.tmp#id59
Type k.oem-home.content
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-home" type="k.oem-home.content">
  <xs:annotation>
    <xs:documentation>For oemboot driven images: use a home partition yes/no</xs:documentation>
  </xs:annotation>
</xs:element>
Element oem-boot-title
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-boot-title" type="xs:string"/>
Element oem-kiwi-initrd
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id62
Type k.oem-kiwi-initrd.content
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-kiwi-initrd" type="k.oem-kiwi-initrd.content"/>
Element oem-swapsize
Namespace No namespace
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-swapsize" type="xs:nonNegativeInteger"/>
Element oem-recovery
Namespace No namespace
Annotations
For oemboot driven images: create a recovery archive yes/no
Diagram
Diagram kiwi0.tmp#id65
Type k.oem-recovery.content
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-recovery" type="k.oem-recovery.content">
  <xs:annotation>
    <xs:documentation>For oemboot driven images: create a recovery archive yes/no</xs:documentation>
  </xs:annotation>
</xs:element>
Element oem-recoveryID
Namespace No namespace
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-recoveryID" type="xs:nonNegativeInteger"/>
Element oem-inplace-recovery
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id68
Type k.oem-inplace-recovery.content
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-inplace-recovery" type="k.oem-inplace-recovery.content"/>
Element oem-reboot
Namespace No namespace
Annotations
For oemboot driven images: reboot after first deployment yes/no
Diagram
Diagram kiwi0.tmp#id70
Type k.oem-reboot.content
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-reboot" type="k.oem-reboot.content">
  <xs:annotation>
    <xs:documentation>For oemboot driven images: reboot after first deployment yes/no</xs:documentation>
  </xs:annotation>
</xs:element>
Element oem-dumphalt
Namespace No namespace
Annotations
For oemboot driven images: reboot after image dump yes/no
Diagram
Diagram kiwi0.tmp#id72
Type k.oem-dumphalt.content
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-dumphalt" type="k.oem-dumphalt.content">
  <xs:annotation>
    <xs:documentation>For oemboot driven images: reboot after image dump yes/no</xs:documentation>
  </xs:annotation>
</xs:element>
Element oem-unattended
Namespace No namespace
Annotations
For oemboot driven images: don't ask questions if possible y/n
Diagram
Diagram kiwi0.tmp#id74
Type k.oem-unattended.content
Properties
content: simple
Used by
Element oemconfig
Source
<xs:element name="oem-unattended" type="k.oem-unattended.content">
  <xs:annotation>
    <xs:documentation>For oemboot driven images: don't ask questions if possible y/n</xs:documentation>
  </xs:annotation>
</xs:element>
Element pxedeploy
Namespace No namespace
Annotations
Controls the Image Deploy Process
Diagram
Diagram kiwi0.tmp#id108 kiwi0.tmp#id76 kiwi0.tmp#id77 kiwi0.tmp#id78 kiwi0.tmp#id79 kiwi0.tmp#id91 kiwi0.tmp#id99
Properties
content: complex
Used by
Element type
Model timeout | kernel | initrd | partitions | union | configuration
Children configuration, initrd, kernel, partitions, timeout, union
Instance
<pxedeploy blocksize="" server="">
  <timeout>{1,1}</timeout>
  <kernel>{1,1}</kernel>
  <initrd>{1,1}</initrd>
  <partitions device="">{1,1}</partitions>
  <union ro="" rw="" type="">{1,1}</union>
  <configuration arch="" dest="" source="">{1,1}</configuration>
</pxedeploy>
Attributes
QName Type Fixed Default Use Annotation
blocksize xs:nonNegativeInteger optional
Blocksize value used for atftp downloads
server optional
Name or IP Address of server for downloading the data
Source
<xs:element name="pxedeploy">
  <xs:annotation>
    <xs:documentation>Controls the Image Deploy Process</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="timeout"/>
      <xs:element ref="kernel"/>
      <xs:element ref="initrd"/>
      <xs:element ref="partitions"/>
      <xs:element ref="union"/>
      <xs:element ref="configuration"/>
    </xs:choice>
    <xs:attributeGroup ref="k.pxedeploy.attlist"/>
  </xs:complexType>
</xs:element>
Element timeout
Namespace No namespace
Annotations
Specifies an ATFTP Download Timeout
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element pxedeploy
Source
<xs:element name="timeout" type="xs:string">
  <xs:annotation>
    <xs:documentation>Specifies an ATFTP Download Timeout</xs:documentation>
  </xs:annotation>
</xs:element>
Element kernel
Namespace No namespace
Annotations
Specifies Where to Find the Boot Kernel
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element pxedeploy
Source
<xs:element name="kernel" type="xs:string">
  <xs:annotation>
    <xs:documentation>Specifies Where to Find the Boot Kernel</xs:documentation>
  </xs:annotation>
</xs:element>
Element initrd
Namespace No namespace
Annotations
Specifies where the Boot Image can be Found
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element pxedeploy
Source
<xs:element name="initrd" type="xs:string">
  <xs:annotation>
    <xs:documentation>Specifies where the Boot Image can be Found</xs:documentation>
  </xs:annotation>
</xs:element>
Element partitions
Namespace No namespace
Annotations
A List of Partitions
Diagram
Diagram kiwi0.tmp#id89 kiwi0.tmp#id80
Properties
content: complex
Used by
Element pxedeploy
Model partition+
Children partition
Instance
<partitions device="">
  <partition mountpoint="" number="" size="" target="" type="">{1,unbounded}</partition>
</partitions>
Attributes
QName Type Fixed Default Use Annotation
device optional
Source
<xs:element name="partitions">
  <xs:annotation>
    <xs:documentation>A List of Partitions</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="partition"/>
    </xs:sequence>
    <xs:attributeGroup ref="k.partitions.attlist"/>
  </xs:complexType>
</xs:element>
Element partition
Namespace No namespace
Annotations
A Partition
Diagram
Diagram kiwi0.tmp#id81
Properties
content: complex
Used by
Element partitions
Attributes
QName Type Fixed Default Use Annotation
mountpoint optional
Mount path for this partition
number required
Partition ID
size size-type optional
A partition size or optional image size
target xs:boolean optional
type required
Partition Type identifier, see fdisk for details
Source
<xs:element name="partition">
  <xs:annotation>
    <xs:documentation>A Partition</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.partition.attlist"/>
  </xs:complexType>
</xs:element>
Element union
Namespace No namespace
Annotations
Specifies the Overlay Filesystem
Diagram
Diagram kiwi0.tmp#id92
Properties
content: complex
Used by
Element pxedeploy
Attributes
QName Type Fixed Default Use Annotation
ro required
Device only for read-only
rw required
Device for Read-Write
type restriction of xs:token required
Source
<xs:element name="union">
  <xs:annotation>
    <xs:documentation>Specifies the Overlay Filesystem</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.union.attlist"/>
  </xs:complexType>
</xs:element>
Element configuration
Namespace No namespace
Annotations
Specifies Configuration files
Diagram
Diagram kiwi0.tmp#id100
Properties
content: complex
Used by
Element pxedeploy
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
dest required
Destination of a ressource
source required
Source
<xs:element name="configuration">
  <xs:annotation>
    <xs:documentation>Specifies Configuration files</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.configuration.attlist"/>
  </xs:complexType>
</xs:element>
Element size
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id112
Type extension of xs:nonNegativeInteger
Properties
content: complex
Used by
Element type
Attributes
QName Type Fixed Default Use Annotation
additive xs:boolean optional
unit restriction of xs:token optional
The unit of the image
Source
<xs:element name="size">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:nonNegativeInteger">
        <xs:attributeGroup ref="k.size.attlist"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element split
Namespace No namespace
Annotations
Describes Images in Read-Only and Read-Write Portions
Diagram
Diagram kiwi0.tmp#id116 kiwi0.tmp#id126
Properties
content: complex
Used by
Element type
Model temporary | persistent
Children persistent, temporary
Instance
<split>
  <temporary>{1,1}</temporary>
  <persistent>{1,1}</persistent>
</split>
Source
<xs:element name="split">
  <xs:annotation>
    <xs:documentation>Describes Images in Read-Only and Read-Write Portions</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="temporary"/>
      <xs:element ref="persistent"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element temporary
Namespace No namespace
Annotations
Specifies Files in RAM
Diagram
Diagram kiwi0.tmp#id117 kiwi0.tmp#id122
Properties
content: complex
Used by
Element split
Model except | file
Children except, file
Instance
<temporary>
  <except name="">{1,1}</except>
  <file arch="" name="">{1,1}</file>
</temporary>
Source
<xs:element name="temporary">
  <xs:annotation>
    <xs:documentation>Specifies Files in RAM</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="except"/>
      <xs:element ref="file"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element except
Namespace No namespace
Annotations
A Pointer to a File which should be excluded
Diagram
Diagram kiwi0.tmp#id118
Properties
content: complex
Used by
Elements persistent, temporary
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:element name="except">
  <xs:annotation>
    <xs:documentation>A Pointer to a File which should be excluded</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.except.attlist"/>
  </xs:complexType>
</xs:element>
Element file
Namespace No namespace
Annotations
A Pointer to a File
Diagram
Diagram kiwi0.tmp#id123
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
name required
A name
Source
<xs:element name="file">
  <xs:annotation>
    <xs:documentation>A Pointer to a File</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.file.attlist"/>
  </xs:complexType>
</xs:element>
Element persistent
Namespace No namespace
Annotations
Specifies Filenames in the Read-Write Disk Area
Diagram
Diagram kiwi0.tmp#id117 kiwi0.tmp#id122
Properties
content: complex
Used by
Element split
Model except | file
Children except, file
Instance
<persistent>
  <except name="">{1,1}</except>
  <file arch="" name="">{1,1}</file>
</persistent>
Source
<xs:element name="persistent">
  <xs:annotation>
    <xs:documentation>Specifies Filenames in the Read-Write Disk Area</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="except"/>
      <xs:element ref="file"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element machine
Namespace No namespace
Annotations
specifies the VM configuration sections
Diagram
Diagram kiwi0.tmp#id148 kiwi0.tmp#id128 kiwi0.tmp#id135 kiwi0.tmp#id142
Properties
content: complex
Used by
Element type
Model vmnic | vmdisk | vmdvd
Children vmdisk, vmdvd, vmnic
Instance
<machine arch="" domain="" guestOS="" HWversion="" memory="">
  <vmnic driver="" interface="" mac="" mode="">{1,1}</vmnic>
  <vmdisk controller="" device="" id="">{1,1}</vmdisk>
  <vmdvd controller="" id="">{1,1}</vmdvd>
</machine>
Attributes
QName Type Fixed Default Use Annotation
HWversion xs:integer optional
The virtual HW version number for the VM configuration
arch restriction of xs:token optional
the VM architecture type
domain restriction of xs:token optional
The domain setup for the VM (xen only)
guestOS optional
the virtual guestOS identification string for the VM
memory optional
The memory setup for the guest VM.
Source
<xs:element name="machine">
  <xs:annotation>
    <xs:documentation>specifies the VM configuration sections</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="vmnic"/>
      <xs:element ref="vmdisk"/>
      <xs:element ref="vmdvd"/>
    </xs:choice>
    <xs:attributeGroup ref="k.machine.attlist"/>
  </xs:complexType>
</xs:element>
Element vmnic
Namespace No namespace
Annotations
The VM network interface definition
Diagram
Diagram kiwi0.tmp#id129
Properties
content: complex
Used by
Element machine
Attributes
QName Type Fixed Default Use Annotation
driver optional
The driver used for the VM network interface
interface required
The interface ID for the VM network interface
mac optional
The VM mac address
mode optional
The VM network mode
Source
<xs:element name="vmnic">
  <xs:annotation>
    <xs:documentation>The VM network interface definition</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.vmnic.attlist"/>
  </xs:complexType>
</xs:element>
Element vmdisk
Namespace No namespace
Annotations
The VM disk definition.
Diagram
Diagram kiwi0.tmp#id136
Properties
content: complex
Used by
Element machine
Attributes
QName Type Fixed Default Use Annotation
controller restriction of xs:token required
The disk controller used for the VM guest
device optional
The disk device to appear in the guest (xen only)
id xs:nonNegativeInteger required
The disk ID / device for the VM disk
Source
<xs:element name="vmdisk">
  <xs:annotation>
    <xs:documentation>The VM disk definition.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.vmdisk.attlist"/>
  </xs:complexType>
</xs:element>
Element vmdvd
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id143
Properties
content: complex
Used by
Element machine
Attributes
QName Type Fixed Default Use Annotation
controller restriction of xs:token required
The CD/DVD controller used for the VM guest
id xs:nonNegativeInteger required
The CD/DVD ID for the VM CD rom drive
Source
<xs:element name="vmdvd">
  <xs:complexType>
    <xs:attributeGroup ref="k.vmdvd.attlist"/>
  </xs:complexType>
</xs:element>
Element version
Namespace No namespace
Annotations
A Version Number for the Image, Consists of Major.Minor.Release
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="version" type="xs:string">
  <xs:annotation>
    <xs:documentation>A Version Number for the Image, Consists of Major.Minor.Release</xs:documentation>
  </xs:annotation>
</xs:element>
Element packagemanager
Namespace No namespace
Annotations
Name of the Package Manager
Diagram
Diagram kiwi0.tmp#id183
Type k.packagemanager.content
Properties
content: simple
Facets
enumeration smart
enumeration zypper
enumeration ensconce
enumeration yum
Used by
Element preferences
Source
<xs:element name="packagemanager" type="k.packagemanager.content">
  <xs:annotation>
    <xs:documentation>Name of the Package Manager</xs:documentation>
  </xs:annotation>
</xs:element>
Element rpm-check-signatures
Namespace No namespace
Annotations
Setup a Package Signature
Diagram
Diagram kiwi0.tmp#id185
Type k.rpm-check-signatures.content
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="rpm-check-signatures" type="k.rpm-check-signatures.content">
  <xs:annotation>
    <xs:documentation>Setup a Package Signature</xs:documentation>
  </xs:annotation>
</xs:element>
Element rpm-excludedocs
Namespace No namespace
Annotations
Do not install files marked as documentation in the package
Diagram
Diagram kiwi0.tmp#id187
Type k.rpm-excludedocs.content
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="rpm-excludedocs" type="k.rpm-excludedocs.content">
  <xs:annotation>
    <xs:documentation>Do not install files marked as documentation in the package</xs:documentation>
  </xs:annotation>
</xs:element>
Element rpm-force
Namespace No namespace
Annotations
Force the Installation of a Package
Diagram
Diagram kiwi0.tmp#id189
Type k.rpm-force.content
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="rpm-force" type="k.rpm-force.content">
  <xs:annotation>
    <xs:documentation>Force the Installation of a Package</xs:documentation>
  </xs:annotation>
</xs:element>
Element keytable
Namespace No namespace
Annotations
Image keytable setup.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="keytable" type="xs:string">
  <xs:annotation>
    <xs:documentation>Image keytable setup.</xs:documentation>
  </xs:annotation>
</xs:element>
Element timezone
Namespace No namespace
Annotations
Setup Image Timezone setup
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="timezone" type="xs:string">
  <xs:annotation>
    <xs:documentation>Setup Image Timezone setup</xs:documentation>
  </xs:annotation>
</xs:element>
Element locale
Namespace No namespace
Annotations
Image locale setup.
Diagram
Diagram kiwi0.tmp#id5
Type locale-name
Properties
content: simple
Facets
pattern [a-z]{2}_[A-Z]{2}(,[a-z]{2}_[A-Z]{2})*
Used by
Element preferences
Source
<xs:element name="locale" type="locale-name">
  <xs:annotation>
    <xs:documentation>Image locale setup.</xs:documentation>
  </xs:annotation>
</xs:element>
Element boot-theme
Namespace No namespace
Annotations
Image bootsplash/gfxboot theme setup.
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="boot-theme" type="xs:string">
  <xs:annotation>
    <xs:documentation>Image bootsplash/gfxboot theme setup.</xs:documentation>
  </xs:annotation>
</xs:element>
Element defaultdestination
Namespace No namespace
Annotations
Default Path if destdir Otion is Not Specified
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="defaultdestination" type="xs:string">
  <xs:annotation>
    <xs:documentation>Default Path if destdir Otion is Not Specified</xs:documentation>
  </xs:annotation>
</xs:element>
Element defaultroot
Namespace No namespace
Annotations
Default Root Directory Name if root Option is Not Specified
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="defaultroot" type="xs:string">
  <xs:annotation>
    <xs:documentation>Default Root Directory Name if root Option is Not Specified</xs:documentation>
  </xs:annotation>
</xs:element>
Element defaultbaseroot
Namespace No namespace
Annotations
Default Path if baseroot Option is not Specified
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element preferences
Source
<xs:element name="defaultbaseroot" type="xs:string">
  <xs:annotation>
    <xs:documentation>Default Path if baseroot Option is not Specified</xs:documentation>
  </xs:annotation>
</xs:element>
Element profiles
Namespace No namespace
Annotations
Creates Namespace Section for Drivers
Diagram
Diagram kiwi0.tmp#id200
Properties
content: complex
Used by
Element image
Model profile+
Children profile
Instance
<profiles>
  <profile description="" import="" name="">{1,unbounded}</profile>
</profiles>
Source
<xs:element name="profiles">
  <xs:annotation>
    <xs:documentation>Creates Namespace Section for Drivers</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="profile"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element profile
Namespace No namespace
Annotations
Creates Profiles
Diagram
Diagram kiwi0.tmp#id201
Properties
content: complex
Used by
Element profiles
Attributes
QName Type Fixed Default Use Annotation
description required
Description of how this profiles influences the image
import xs:boolean optional
name required
A name
Source
<xs:element name="profile">
  <xs:annotation>
    <xs:documentation>Creates Profiles</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.profile.attlist"/>
  </xs:complexType>
</xs:element>
Element instsource
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id207 kiwi0.tmp#id219 kiwi0.tmp#id226 kiwi0.tmp#id241 kiwi0.tmp#id265 kiwi0.tmp#id266
Properties
content: complex
Used by
Element image
Model architectures | productoptions | instrepo | metadata | repopackages | driverupdate
Children architectures, driverupdate, instrepo, metadata, productoptions, repopackages
Instance
<instsource>
  <architectures>{1,1}</architectures>
  <productoptions>{1,1}</productoptions>
  <instrepo local="" name="" priority="" pwd="" username="">{1,1}</instrepo>
  <metadata>{1,1}</metadata>
  <repopackages>{1,1}</repopackages>
  <driverupdate>{1,1}</driverupdate>
</instsource>
Source
<xs:element name="instsource">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="architectures"/>
      <xs:element ref="productoptions"/>
      <xs:element ref="instrepo"/>
      <xs:element ref="metadata"/>
      <xs:element ref="repopackages"/>
      <xs:element ref="driverupdate"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element architectures
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id208 kiwi0.tmp#id215
Properties
content: complex
Used by
Element instsource
Model arch | requiredarch
Children arch, requiredarch
Instance
<architectures>
  <arch fallback="" id="" name="">{1,1}</arch>
  <requiredarch ref="">{1,1}</requiredarch>
</architectures>
Source
<xs:element name="architectures">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="arch"/>
      <xs:element ref="requiredarch"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element arch
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id209
Properties
content: complex
Used by
Element architectures
Attributes
QName Type Fixed Default Use Annotation
fallback xs:IDREF optional
id xs:ID required
An ID
name required
A name
Source
<xs:element name="arch">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.arch.attlist"/>
  </xs:complexType>
</xs:element>
Element requiredarch
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id216
Properties
content: complex
Used by
Element architectures
Attributes
QName Type Fixed Default Use Annotation
ref xs:IDREF required
Source
<xs:element name="requiredarch">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.requiredarch.attlist"/>
  </xs:complexType>
</xs:element>
Element productoptions
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id220 kiwi0.tmp#id222 kiwi0.tmp#id224
Properties
content: complex
Used by
Element instsource
Model productoption | productinfo | productvar
Children productinfo, productoption, productvar
Instance
<productoptions>
  <productoption name="">{1,1}</productoption>
  <productinfo name="">{1,1}</productinfo>
  <productvar name="">{1,1}</productvar>
</productoptions>
Source
<xs:element name="productoptions">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="productoption"/>
      <xs:element ref="productinfo"/>
      <xs:element ref="productvar"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element productoption
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id221
Properties
content: complex
mixed: true
Used by
Element productoptions
Model
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:element name="productoption">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="k.productoption.attlist"/>
  </xs:complexType>
</xs:element>
Element productinfo
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id223
Properties
content: complex
mixed: true
Used by
Element productoptions
Model
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:element name="productinfo">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="k.productinfo.attlist"/>
  </xs:complexType>
</xs:element>
Element productvar
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id225
Properties
content: complex
mixed: true
Used by
Element productoptions
Model
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:element name="productvar">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="k.productvar.attlist"/>
  </xs:complexType>
</xs:element>
Element instrepo
Namespace No namespace
Annotations
Name of a Installation Repository
Diagram
Diagram kiwi0.tmp#id228 kiwi0.tmp#id227 kiwi0.tmp#id233
Type extension of k.source
Type hierarchy
Properties
content: complex
Used by
Element instsource
Model source
Children source
Instance
<instrepo local="" name="" priority="" pwd="" username="">
  <source path="">{1,1}</source>
</instrepo>
Attributes
QName Type Fixed Default Use Annotation
local xs:boolean optional
name xs:ID required
priority required
Search priority for packages in this repo
pwd optional
The password
username optional
A name of a user
Source
<xs:element name="instrepo">
  <xs:annotation>
    <xs:documentation>Name of a Installation Repository</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="k.source">
        <xs:attributeGroup ref="k.instrepo.attlist"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element source
Namespace No namespace
Annotations
A Pointer to a Repository/Package Source
Diagram
Diagram kiwi0.tmp#id229
Properties
content: complex
Used by
Complex Type k.source
Elements instrepo, repository
Attributes
QName Type Fixed Default Use Annotation
path required
A path
Source
<xs:element name="source">
  <xs:annotation>
    <xs:documentation>A Pointer to a Repository/Package Source</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.source.attlist"/>
  </xs:complexType>
</xs:element>
Element metadata
Namespace No namespace
Annotations
Contains Metadata
Diagram
Diagram kiwi0.tmp#id242 kiwi0.tmp#id253 kiwi0.tmp#id262
Properties
content: complex
Used by
Element instsource
Model repopackage | metafile | chroot
Children chroot, metafile, repopackage
Instance
<metadata>
  <repopackage addarch="" arch="" forcerepo="" medium="" name="" onlyarch="" removearch="" script="" source="">{1,1}</repopackage>
  <metafile script="" target="" url="">{1,1}</metafile>
  <chroot requires="">{1,1}</chroot>
</metadata>
Source
<xs:element name="metadata">
  <xs:annotation>
    <xs:documentation>Contains Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="repopackage"/>
      <xs:element ref="metafile"/>
      <xs:element ref="chroot"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element repopackage
Namespace No namespace
Annotations
Name of an instsource Package
Diagram
Diagram kiwi0.tmp#id243
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
addarch optional
arch optional
An architecture
forcerepo xs:IDREF optional
Specifies the search priority
medium xs:nonNegativeInteger optional
name required
A name
onlyarch optional
removearch optional
script optional
source optional
Source
<xs:element name="repopackage">
  <xs:annotation>
    <xs:documentation>Name of an instsource Package</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.repopackage.attlist"/>
  </xs:complexType>
</xs:element>
Element metafile
Namespace No namespace
Annotations
A file Pointer Optionally Bundled With a Script
Diagram
Diagram kiwi0.tmp#id254
Properties
content: complex
Used by
Element metadata
Attributes
QName Type Fixed Default Use Annotation
script required
target required
Destination path where to download the file
url required
URL where to find the metafile
Source
<xs:element name="metafile">
  <xs:annotation>
    <xs:documentation>A file Pointer Optionally Bundled With a Script</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.metafile.attlist"/>
  </xs:complexType>
</xs:element>
Element chroot
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id263
Properties
content: complex
mixed: true
Used by
Element metadata
Model
Attributes
QName Type Fixed Default Use Annotation
requires required
Source
<xs:element name="chroot">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="k.chroot.attlist"/>
  </xs:complexType>
</xs:element>
Element repopackages
Namespace No namespace
Annotations
Specifies Packages for Installation Source
Diagram
Diagram kiwi0.tmp#id242
Properties
content: complex
Used by
Element instsource
Model repopackage*
Children repopackage
Instance
<repopackages>
  <repopackage addarch="" arch="" forcerepo="" medium="" name="" onlyarch="" removearch="" script="" source="">{0,unbounded}</repopackage>
</repopackages>
Source
<xs:element name="repopackages">
  <xs:annotation>
    <xs:documentation>Specifies Packages for Installation Source</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="repopackage"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element driverupdate
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id267 kiwi0.tmp#id272 kiwi0.tmp#id273 kiwi0.tmp#id274
Properties
content: complex
Used by
Element instsource
Model target | install | modules | instsys
Children install, instsys, modules, target
Instance
<driverupdate>
  <target arch="">{1,1}</target>
  <install>{1,1}</install>
  <modules>{1,1}</modules>
  <instsys>{1,1}</instsys>
</driverupdate>
Source
<xs:element name="driverupdate">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="target"/>
      <xs:element ref="install"/>
      <xs:element ref="modules"/>
      <xs:element ref="instsys"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element target
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id268
Properties
content: complex
mixed: true
Used by
Element driverupdate
Model
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:element name="target">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="k.target.attlist"/>
  </xs:complexType>
</xs:element>
Element install
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id242
Properties
content: complex
Used by
Element driverupdate
Model repopackage*
Children repopackage
Instance
<install>
  <repopackage addarch="" arch="" forcerepo="" medium="" name="" onlyarch="" removearch="" script="" source="">{0,unbounded}</repopackage>
</install>
Source
<xs:element name="install">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="repopackage"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element modules
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id242
Properties
content: complex
Used by
Element driverupdate
Model repopackage*
Children repopackage
Instance
<modules>
  <repopackage addarch="" arch="" forcerepo="" medium="" name="" onlyarch="" removearch="" script="" source="">{0,unbounded}</repopackage>
</modules>
Source
<xs:element name="modules">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="repopackage"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element instsys
Namespace No namespace
Annotations
Describe Packages and Metadata
Diagram
Diagram kiwi0.tmp#id242
Properties
content: complex
Used by
Element driverupdate
Model repopackage*
Children repopackage
Instance
<instsys>
  <repopackage addarch="" arch="" forcerepo="" medium="" name="" onlyarch="" removearch="" script="" source="">{0,unbounded}</repopackage>
</instsys>
Source
<xs:element name="instsys">
  <xs:annotation>
    <xs:documentation>Describe Packages and Metadata</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="repopackage"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element users
Namespace No namespace
Annotations
A List of Users
Diagram
Diagram kiwi0.tmp#id288 kiwi0.tmp#id276
Properties
content: complex
Used by
Element image
Model user+
Children user
Instance
<users group="" id="">
  <user home="" id="" name="" pwd="" pwdformat="" realname="" shell="">{1,unbounded}</user>
</users>
Attributes
QName Type Fixed Default Use Annotation
group required
Contains the group to which the user belongs
id xs:nonNegativeInteger optional
Contains the group ID to which the user belongs
Source
<xs:element name="users">
  <xs:annotation>
    <xs:documentation>A List of Users</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="user"/>
    </xs:sequence>
    <xs:attributeGroup ref="k.users.attlist"/>
  </xs:complexType>
</xs:element>
Element user
Namespace No namespace
Annotations
A User with Name, Password, Path to Its Home And Shell
Diagram
Diagram kiwi0.tmp#id277
Properties
content: complex
Used by
Element users
Attributes
QName Type Fixed Default Use Annotation
home required
The home directory for this user
id xs:nonNegativeInteger optional
The user ID for this user
name required
A name
pwd required
The password
pwdformat restriction of xs:token optional
Format of the given password, encrypted is the default
realname optional
The name of an user
shell optional
The shell for this user
Source
<xs:element name="user">
  <xs:annotation>
    <xs:documentation>A User with Name, Password, Path to Its Home And Shell</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.user.attlist"/>
  </xs:complexType>
</xs:element>
Element drivers
Namespace No namespace
Annotations
A Collection of Driver Files
Diagram
Diagram kiwi0.tmp#id293 kiwi0.tmp#id122
Properties
content: complex
Used by
Element image
Model file+
Children file
Instance
<drivers profiles="" type="">
  <file arch="" name="">{1,unbounded}</file>
</drivers>
Attributes
QName Type Fixed Default Use Annotation
profiles optional
A profile name which binds the section to this name
type restriction of xs:token required
Source
<xs:element name="drivers">
  <xs:annotation>
    <xs:documentation>A Collection of Driver Files</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="file"/>
    </xs:sequence>
    <xs:attributeGroup ref="k.drivers.attlist"/>
  </xs:complexType>
</xs:element>
Element repository
Namespace No namespace
Annotations
The Name of the Repository
Diagram
Diagram kiwi0.tmp#id228 kiwi0.tmp#id227 kiwi0.tmp#id298
Type extension of k.source
Type hierarchy
Properties
content: complex
Used by
Element image
Model source
Children source
Instance
<repository alias="" priority="" profiles="" status="" type="">
  <source path="">{1,1}</source>
</repository>
Attributes
QName Type Fixed Default Use Annotation
alias optional
priority xs:integer optional
profiles optional
A profile name which binds the section to this name
status restriction of xs:token optional
type restriction of xs:token required
Type of repository
Source
<xs:element name="repository">
  <xs:annotation>
    <xs:documentation>The Name of the Repository</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="k.source">
        <xs:attributeGroup ref="k.repository.attlist"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element packages
Namespace No namespace
Annotations
Specifies Packages/Patterns Used in Different Stages
Diagram
Diagram kiwi0.tmp#id332 kiwi0.tmp#id306 kiwi0.tmp#id313 kiwi0.tmp#id317 kiwi0.tmp#id321 kiwi0.tmp#id325 kiwi0.tmp#id328
Properties
content: complex
Used by
Element image
Model package | opensusePattern | rhelGroup | opensuseProduct | ignore | archive
Children archive, ignore, opensusePattern, opensuseProduct, package, rhelGroup
Instance
<packages patternType="" profiles="" type="">
  <package arch="" bootdelete="" bootinclude="" name="" replaces="">{1,1}</package>
  <opensusePattern arch="" name="">{1,1}</opensusePattern>
  <rhelGroup arch="" name="">{1,1}</rhelGroup>
  <opensuseProduct arch="" name="">{1,1}</opensuseProduct>
  <ignore name="">{1,1}</ignore>
  <archive bootinclude="" name="">{1,1}</archive>
</packages>
Attributes
QName Type Fixed Default Use Annotation
patternType restriction of xs:token optional
profiles optional
type restriction of xs:token required
Source
<xs:element name="packages">
  <xs:annotation>
    <xs:documentation>Specifies Packages/Patterns Used in Different Stages</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="package"/>
      <xs:element ref="opensusePattern"/>
      <xs:element ref="rhelGroup"/>
      <xs:element ref="opensuseProduct"/>
      <xs:element ref="ignore"/>
      <xs:element ref="archive"/>
    </xs:choice>
    <xs:attributeGroup ref="k.packages.attlist"/>
  </xs:complexType>
</xs:element>
Element package
Namespace No namespace
Annotations
Name of an image Package
Diagram
Diagram kiwi0.tmp#id307
Properties
content: complex
Used by
Element packages
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
bootdelete xs:boolean optional
bootinclude xs:boolean optional
name required
A name
replaces optional
Replace package with some other package
Source
<xs:element name="package">
  <xs:annotation>
    <xs:documentation>Name of an image Package</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.package.attlist"/>
  </xs:complexType>
</xs:element>
Element opensusePattern
Namespace No namespace
Annotations
Name of a Pattern From openSUSE
Diagram
Diagram kiwi0.tmp#id314
Properties
content: complex
Used by
Element packages
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
name required
A name
Source
<xs:element name="opensusePattern">
  <xs:annotation>
    <xs:documentation>Name of a Pattern From openSUSE</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.opensusepattern.attlist"/>
  </xs:complexType>
</xs:element>
Element rhelGroup
Namespace No namespace
Annotations
Name of RHEL package group
Diagram
Diagram kiwi0.tmp#id318
Properties
content: complex
Used by
Element packages
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
name required
A name
Source
<xs:element name="rhelGroup">
  <xs:annotation>
    <xs:documentation>Name of RHEL package group</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.rhelgroup.attlist"/>
  </xs:complexType>
</xs:element>
Element opensuseProduct
Namespace No namespace
Annotations
Name of a Product From openSUSE
Diagram
Diagram kiwi0.tmp#id322
Properties
content: complex
Used by
Element packages
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
name required
A name
Source
<xs:element name="opensuseProduct">
  <xs:annotation>
    <xs:documentation>Name of a Product From openSUSE</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.opensuseproduct.attlist"/>
  </xs:complexType>
</xs:element>
Element ignore
Namespace No namespace
Annotations
Ignores a Package
Diagram
Diagram kiwi0.tmp#id326
Properties
content: complex
Used by
Element packages
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:element name="ignore">
  <xs:annotation>
    <xs:documentation>Ignores a Package</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.ignore.attlist"/>
  </xs:complexType>
</xs:element>
Element archive
Namespace No namespace
Annotations
Name of an image archive file (tarball)
Diagram
Diagram kiwi0.tmp#id329
Properties
content: complex
Used by
Element packages
Attributes
QName Type Fixed Default Use Annotation
bootinclude xs:boolean optional
name required
A name
Source
<xs:element name="archive">
  <xs:annotation>
    <xs:documentation>Name of an image archive file (tarball)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="k.archive.attlist"/>
  </xs:complexType>
</xs:element>
Simple Type size-type
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Facets
pattern \d*|image
Used by
Source
<xs:simpleType name="size-type">
  <xs:restriction base="xs:token">
    <xs:pattern value="\d*|image"/>
  </xs:restriction>
</xs:simpleType>
Simple Type volume-size-type
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Facets
pattern \d+|\d+M|\d+G
Used by
Source
<xs:simpleType name="volume-size-type">
  <xs:restriction base="xs:token">
    <xs:pattern value="\d+|\d+M|\d+G"/>
  </xs:restriction>
</xs:simpleType>
Simple Type image-name
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Facets
pattern [^\s/]+
Used by
Source
<xs:simpleType name="image-name">
  <xs:restriction base="xs:token">
    <xs:pattern value="[^\s/]+"/>
  </xs:restriction>
</xs:simpleType>
Simple Type locale-name
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Facets
pattern [a-z]{2}_[A-Z]{2}(,[a-z]{2}_[A-Z]{2})*
Used by
Element locale
Source
<xs:simpleType name="locale-name">
  <xs:restriction base="xs:token">
    <xs:pattern value="[a-z]{2}_[A-Z]{2}(,[a-z]{2}_[A-Z]{2})*"/>
  </xs:restriction>
</xs:simpleType>
Simple Type k.oem-swap.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Element oem-swap
Source
<xs:simpleType name="k.oem-swap.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.oem-partition-install.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Source
<xs:simpleType name="k.oem-partition-install.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.oem-home.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Element oem-home
Source
<xs:simpleType name="k.oem-home.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.oem-kiwi-initrd.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Element oem-kiwi-initrd
Source
<xs:simpleType name="k.oem-kiwi-initrd.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.oem-recovery.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Element oem-recovery
Source
<xs:simpleType name="k.oem-recovery.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.oem-inplace-recovery.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Source
<xs:simpleType name="k.oem-inplace-recovery.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.oem-reboot.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Element oem-reboot
Source
<xs:simpleType name="k.oem-reboot.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.oem-dumphalt.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Element oem-dumphalt
Source
<xs:simpleType name="k.oem-dumphalt.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.oem-unattended.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Element oem-unattended
Source
<xs:simpleType name="k.oem-unattended.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.packagemanager.content
Namespace No namespace
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration smart
enumeration zypper
enumeration ensconce
enumeration yum
Used by
Element packagemanager
Source
<xs:simpleType name="k.packagemanager.content">
  <xs:restriction base="xs:token">
    <xs:enumeration value="smart"/>
    <xs:enumeration value="zypper"/>
    <xs:enumeration value="ensconce"/>
    <xs:enumeration value="yum"/>
  </xs:restriction>
</xs:simpleType>
Simple Type k.rpm-check-signatures.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Source
<xs:simpleType name="k.rpm-check-signatures.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.rpm-excludedocs.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Element rpm-excludedocs
Source
<xs:simpleType name="k.rpm-excludedocs.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Simple Type k.rpm-force.content
Namespace No namespace
Diagram
Diagram
Type xs:boolean
Used by
Element rpm-force
Source
<xs:simpleType name="k.rpm-force.content">
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>
Complex Type k.source
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id228
Used by
Elements instrepo, repository
Model source
Children source
Source
<xs:complexType name="k.source">
  <xs:sequence>
    <xs:element ref="source"/>
  </xs:sequence>
</xs:complexType>
Attribute k.imagename.attribute / @name
Namespace No namespace
Annotations
An image name without / and spaces
Type image-name
Properties
use: required
Facets
pattern [^\s/]+
Used by
Attribute Group k.imagename.attribute
Source
<xs:attribute name="name" use="required" type="image-name">
  <xs:annotation>
    <xs:documentation>An image name without / and spaces</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.displayname.attribute / @displayname
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.displayname.attribute
Source
<xs:attribute name="displayname" use="required"/>
Attribute k.image.inherit.attribute / @inherit
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.image.inherit.attribute
Source
<xs:attribute name="inherit" use="required"/>
Attribute k.image.schemaversion.attribute / @schemaversion
Namespace No namespace
Annotations
The allowed Schema version (fixed value)
Type restriction of xs:token
Properties
use: required
Facets
enumeration 4.7
Used by
Source
<xs:attribute name="schemaversion" use="required">
  <xs:annotation>
    <xs:documentation>The allowed Schema version (fixed value)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="4.7"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.image.kiwirevision.attribute / @kiwirevision
Namespace No namespace
Type xs:nonNegativeInteger
Properties
use: required
Used by
Source
<xs:attribute name="kiwirevision" use="required" type="xs:nonNegativeInteger"/>
Attribute k.image.id / @id
Namespace No namespace
Type restriction of xs:string
Properties
use: required
Facets
length 10
Used by
Attribute Group k.image.id
Source
<xs:attribute name="id" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:length value="10"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.image.attlist / @displayname
Namespace No namespace
Used by
Attribute Group k.image.attlist
Source
<xs:attribute name="displayname"/>
Attribute k.image.attlist / @inherit
Namespace No namespace
Used by
Attribute Group k.image.attlist
Source
<xs:attribute name="inherit"/>
Attribute k.image.attlist / @kiwirevision
Namespace No namespace
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group k.image.attlist
Source
<xs:attribute name="kiwirevision" type="xs:nonNegativeInteger"/>
Attribute k.image.attlist / @id
Namespace No namespace
Type restriction of xs:string
Properties
content: simple
Facets
length 10
Used by
Attribute Group k.image.attlist
Source
<xs:attribute name="id">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:length value="10"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.description.type.attribute / @type
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration boot
enumeration system
Used by
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="boot"/>
      <xs:enumeration value="system"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.volume.attlist / @freespace
Namespace No namespace
Type volume-size-type
Properties
content: simple
Facets
pattern \d+|\d+M|\d+G
Used by
Attribute Group k.volume.attlist
Source
<xs:attribute name="freespace" type="volume-size-type"/>
Attribute k.volume.attlist / @size
Namespace No namespace
Type volume-size-type
Properties
content: simple
Facets
pattern \d+|\d+M|\d+G
Used by
Attribute Group k.volume.attlist
Source
<xs:attribute name="size" type="volume-size-type"/>
Attribute k.volume.name.attribute / @name
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.volume.name.attribute
Source
<xs:attribute name="name" use="required"/>
Attribute k.lvmvolumes.attlist / @lvmgroup
Namespace No namespace
Annotations
Specify Volume group name, default is kiwiVG.
Used by
Attribute Group k.lvmvolumes.attlist
Source
<xs:attribute name="lvmgroup">
  <xs:annotation>
    <xs:documentation>Specify Volume group name, default is kiwiVG.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.partition.type.attribute / @type
Namespace No namespace
Annotations
Partition Type identifier, see fdisk for details
Properties
use: required
Used by
Attribute Group k.partition.type.attribute
Source
<xs:attribute name="type" use="required">
  <xs:annotation>
    <xs:documentation>Partition Type identifier, see fdisk for details</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.partition.number.attribute / @number
Namespace No namespace
Annotations
Partition ID
Properties
use: required
Used by
Source
<xs:attribute name="number" use="required">
  <xs:annotation>
    <xs:documentation>Partition ID</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.partition.attlist / @size
Namespace No namespace
Annotations
A partition size or optional image size
Type size-type
Properties
content: simple
Facets
pattern \d*|image
Used by
Attribute Group k.partition.attlist
Source
<xs:attribute name="size" type="size-type">
  <xs:annotation>
    <xs:documentation>A partition size or optional image size</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.partition.attlist / @mountpoint
Namespace No namespace
Annotations
Mount path for this partition
Used by
Attribute Group k.partition.attlist
Source
<xs:attribute name="mountpoint">
  <xs:annotation>
    <xs:documentation>Mount path for this partition</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.partition.attlist / @target
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.partition.attlist
Source
<xs:attribute name="target" type="xs:boolean"/>
Attribute k.partitions.attlist / @device
Namespace No namespace
Used by
Attribute Group k.partitions.attlist
Source
<xs:attribute name="device"/>
Attribute k.union.ro.attribute / @ro
Namespace No namespace
Annotations
Device only for read-only
Properties
use: required
Used by
Attribute Group k.union.ro.attribute
Source
<xs:attribute name="ro" use="required">
  <xs:annotation>
    <xs:documentation>Device only for read-only</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.union.rw.attribute / @rw
Namespace No namespace
Annotations
Device for Read-Write
Properties
use: required
Used by
Attribute Group k.union.rw.attribute
Source
<xs:attribute name="rw" use="required">
  <xs:annotation>
    <xs:documentation>Device for Read-Write</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.union.type.attribute / @type
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration aufs
enumeration clicfs
enumeration unionfs
Used by
Attribute Group k.union.type.attribute
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="aufs"/>
      <xs:enumeration value="clicfs"/>
      <xs:enumeration value="unionfs"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.source.attribute / @source
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.source.attribute
Source
<xs:attribute name="source" use="required"/>
Attribute k.dest.attribute / @dest
Namespace No namespace
Annotations
Destination of a ressource
Properties
use: required
Used by
Attribute Group k.dest.attribute
Source
<xs:attribute name="dest" use="required">
  <xs:annotation>
    <xs:documentation>Destination of a ressource</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.configuration.attlist / @arch
Namespace No namespace
Annotations
An architecture
Used by
Attribute Group k.configuration.attlist
Source
<xs:attribute name="arch">
  <xs:annotation>
    <xs:documentation>An architecture</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.pxedeploy.attlist / @server
Namespace No namespace
Annotations
Name or IP Address of server for downloading the data
Used by
Attribute Group k.pxedeploy.attlist
Source
<xs:attribute name="server">
  <xs:annotation>
    <xs:documentation>Name or IP Address of server for downloading the data</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.pxedeploy.attlist / @blocksize
Namespace No namespace
Annotations
Blocksize value used for atftp downloads
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group k.pxedeploy.attlist
Source
<xs:attribute name="blocksize" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>Blocksize value used for atftp downloads</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.size.attlist / @unit
Namespace No namespace
Annotations
The unit of the image
Type restriction of xs:token
Properties
content: simple
Facets
enumeration M
enumeration G
Used by
Attribute Group k.size.attlist
Source
<xs:attribute name="unit">
  <xs:annotation>
    <xs:documentation>The unit of the image</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="M"/>
      <xs:enumeration value="G"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.size.attlist / @additive
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.size.attlist
Source
<xs:attribute name="additive" type="xs:boolean"/>
Attribute k.name.attribute / @name
Namespace No namespace
Annotations
A name
Properties
use: required
Used by
Attribute Group k.name.attribute
Source
<xs:attribute name="name" use="required">
  <xs:annotation>
    <xs:documentation>A name</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.file.attlist / @arch
Namespace No namespace
Annotations
An architecture
Used by
Attribute Group k.file.attlist
Source
<xs:attribute name="arch">
  <xs:annotation>
    <xs:documentation>An architecture</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmnic.attlist / @driver
Namespace No namespace
Annotations
The driver used for the VM network interface
Used by
Attribute Group k.vmnic.attlist
Source
<xs:attribute name="driver">
  <xs:annotation>
    <xs:documentation>The driver used for the VM network interface</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmnic.interface.attribute / @interface
Namespace No namespace
Annotations
The interface ID for the VM network interface
Properties
use: required
Used by
Attribute Group k.vmnic.interface.attribute
Source
<xs:attribute name="interface" use="required">
  <xs:annotation>
    <xs:documentation>The interface ID for the VM network interface</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmnic.attlist / @mode
Namespace No namespace
Annotations
The VM network mode
Used by
Attribute Group k.vmnic.attlist
Source
<xs:attribute name="mode">
  <xs:annotation>
    <xs:documentation>The VM network mode</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmnic.attlist / @mac
Namespace No namespace
Annotations
The VM mac address
Used by
Attribute Group k.vmnic.attlist
Source
<xs:attribute name="mac">
  <xs:annotation>
    <xs:documentation>The VM mac address</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmdisk.controller.attribute / @controller
Namespace No namespace
Annotations
The disk controller used for the VM guest
Type restriction of xs:token
Properties
use: required
Facets
enumeration ide
enumeration scsi
Used by
Source
<xs:attribute name="controller" use="required">
  <xs:annotation>
    <xs:documentation>The disk controller used for the VM guest</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ide"/>
      <xs:enumeration value="scsi"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.vmdisk.id.attribute / @id
Namespace No namespace
Annotations
The disk ID / device for the VM disk
Type xs:nonNegativeInteger
Properties
use: required
Used by
Attribute Group k.vmdisk.id.attribute
Source
<xs:attribute name="id" use="required" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The disk ID / device for the VM disk</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmdisk.attlist / @device
Namespace No namespace
Annotations
The disk device to appear in the guest (xen only)
Used by
Attribute Group k.vmdisk.attlist
Source
<xs:attribute name="device">
  <xs:annotation>
    <xs:documentation>The disk device to appear in the guest (xen only)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmdvd.controller.attribute / @controller
Namespace No namespace
Annotations
The CD/DVD controller used for the VM guest
Type restriction of xs:token
Properties
use: required
Facets
enumeration ide
enumeration scsi
Used by
Source
<xs:attribute name="controller" use="required">
  <xs:annotation>
    <xs:documentation>The CD/DVD controller used for the VM guest</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ide"/>
      <xs:enumeration value="scsi"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.vmdvd.id.attribute / @id
Namespace No namespace
Annotations
The CD/DVD ID for the VM CD rom drive
Type xs:nonNegativeInteger
Properties
use: required
Used by
Attribute Group k.vmdvd.id.attribute
Source
<xs:attribute name="id" use="required" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The CD/DVD ID for the VM CD rom drive</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.machine.attlist / @arch
Namespace No namespace
Annotations
the VM architecture type
Type restriction of xs:token
Properties
content: simple
Facets
enumeration ix86
enumeration x86_64
enumeration %arch
Used by
Attribute Group k.machine.attlist
Source
<xs:attribute name="arch">
  <xs:annotation>
    <xs:documentation>the VM architecture type</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ix86"/>
      <xs:enumeration value="x86_64"/>
      <xs:enumeration value="%arch"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.machine.attlist / @HWversion
Namespace No namespace
Annotations
The virtual HW version number for the VM configuration
Type xs:integer
Properties
content: simple
Used by
Attribute Group k.machine.attlist
Source
<xs:attribute name="HWversion" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The virtual HW version number for the VM configuration</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.machine.attlist / @guestOS
Namespace No namespace
Annotations
the virtual guestOS identification string for the VM
Used by
Attribute Group k.machine.attlist
Source
<xs:attribute name="guestOS">
  <xs:annotation>
    <xs:documentation>the virtual guestOS identification string for the VM</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.machine.attlist / @memory
Namespace No namespace
Annotations
The memory setup for the guest VM.
Used by
Attribute Group k.machine.attlist
Source
<xs:attribute name="memory">
  <xs:annotation>
    <xs:documentation>The memory setup for the guest VM.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.machine.attlist / @domain
Namespace No namespace
Annotations
The domain setup for the VM (xen only)
Type restriction of xs:token
Properties
content: simple
Facets
enumeration dom0
enumeration domU
Used by
Attribute Group k.machine.attlist
Source
<xs:attribute name="domain">
  <xs:annotation>
    <xs:documentation>The domain setup for the VM (xen only)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="dom0"/>
      <xs:enumeration value="domU"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.image.attribute / @image
Namespace No namespace
Annotations
Specifies the image type
Type restriction of xs:token
Properties
use: required
Facets
enumeration btrfs
enumeration clicfs
enumeration cpio
enumeration ext2
enumeration ext3
enumeration ext4
enumeration iso
enumeration oem
enumeration product
enumeration pxe
enumeration reiserfs
enumeration split
enumeration squashfs
enumeration usb
enumeration vmx
Used by
Attribute Group k.type.image.attribute
Source
<xs:attribute name="image" use="required">
  <xs:annotation>
    <xs:documentation>Specifies the image type</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="btrfs"/>
      <xs:enumeration value="clicfs"/>
      <xs:enumeration value="cpio"/>
      <xs:enumeration value="ext2"/>
      <xs:enumeration value="ext3"/>
      <xs:enumeration value="ext4"/>
      <xs:enumeration value="iso"/>
      <xs:enumeration value="oem"/>
      <xs:enumeration value="product"/>
      <xs:enumeration value="pxe"/>
      <xs:enumeration value="reiserfs"/>
      <xs:enumeration value="split"/>
      <xs:enumeration value="squashfs"/>
      <xs:enumeration value="usb"/>
      <xs:enumeration value="vmx"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.attlist / @fsnocheck
Namespace No namespace
Annotations
Turn off periodic filesystem checks on ext2/3/4.
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="fsnocheck" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Turn off periodic filesystem checks on ext2/3/4.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.attlist / @lvm
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="lvm" type="xs:boolean"/>
Attribute k.type.attlist / @checkprebuilt
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="checkprebuilt" type="xs:boolean"/>
Attribute k.type.attlist / @bootprofile
Namespace No namespace
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="bootprofile"/>
Attribute k.type.attlist / @bootkernel
Namespace No namespace
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="bootkernel"/>
Attribute k.type.attlist / @boot
Namespace No namespace
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="boot"/>
Attribute k.type.attlist / @volid
Namespace No namespace
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="volid"/>
Attribute k.type.attlist / @flags
Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration clic
enumeration compressed
enumeration unified
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="flags">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="clic"/>
      <xs:enumeration value="compressed"/>
      <xs:enumeration value="unified"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.attlist / @hybrid
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="hybrid" type="xs:boolean"/>
Attribute k.type.attlist / @hybridpersistent
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="hybridpersistent" type="xs:boolean"/>
Attribute k.type.attlist / @bootloader
Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration extlinux
enumeration grub
enumeration syslinux
enumeration zipl
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="bootloader">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="extlinux"/>
      <xs:enumeration value="grub"/>
      <xs:enumeration value="syslinux"/>
      <xs:enumeration value="zipl"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.attlist / @installboot
Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration failsafe-install
enumeration harddisk
enumeration install
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="installboot">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="failsafe-install"/>
      <xs:enumeration value="harddisk"/>
      <xs:enumeration value="install"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.attlist / @compressed
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="compressed" type="xs:boolean"/>
Attribute k.type.attlist / @vga
Namespace No namespace
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="vga"/>
Attribute k.type.attlist / @luks
Namespace No namespace
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="luks"/>
Attribute k.type.attlist / @filesystem
Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration btrfs
enumeration clicfs
enumeration ext2
enumeration ext3
enumeration ext4
enumeration reiserfs
enumeration squashfs
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="filesystem">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="btrfs"/>
      <xs:enumeration value="clicfs"/>
      <xs:enumeration value="ext2"/>
      <xs:enumeration value="ext3"/>
      <xs:enumeration value="ext4"/>
      <xs:enumeration value="reiserfs"/>
      <xs:enumeration value="squashfs"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.attlist / @fsreadonly
Namespace No namespace
Annotations
Specifies the filesystem for the read-only part of a split image
Type restriction of xs:token
Properties
content: simple
Facets
enumeration btrfs
enumeration ext2
enumeration ext3
enumeration ext4
enumeration reiserfs
enumeration squashfs
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="fsreadonly">
  <xs:annotation>
    <xs:documentation>Specifies the filesystem for the read-only part of a split image</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="btrfs"/>
      <xs:enumeration value="ext2"/>
      <xs:enumeration value="ext3"/>
      <xs:enumeration value="ext4"/>
      <xs:enumeration value="reiserfs"/>
      <xs:enumeration value="squashfs"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.attlist / @fsreadwrite
Namespace No namespace
Annotations
Specifies the filesystem for the read-write part of a split image
Type restriction of xs:token
Properties
content: simple
Facets
enumeration btrfs
enumeration ext2
enumeration ext3
enumeration ext4
enumeration reiserfs
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="fsreadwrite">
  <xs:annotation>
    <xs:documentation>Specifies the filesystem for the read-write part of a split image</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="btrfs"/>
      <xs:enumeration value="ext2"/>
      <xs:enumeration value="ext3"/>
      <xs:enumeration value="ext4"/>
      <xs:enumeration value="reiserfs"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.attlist / @baseroot
Namespace No namespace
Annotations
Specify the path to a pre created base root system.
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="baseroot">
  <xs:annotation>
    <xs:documentation>Specify the path to a pre created base root system.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.attlist / @format
Namespace No namespace
Annotations
Specifies the format of the virtual disk.
Type restriction of xs:token
Properties
content: simple
Facets
enumeration ec2
enumeration ovf
enumeration qcow2
enumeration vmdk
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="format">
  <xs:annotation>
    <xs:documentation>Specifies the format of the virtual disk.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ec2"/>
      <xs:enumeration value="ovf"/>
      <xs:enumeration value="qcow2"/>
      <xs:enumeration value="vmdk"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.attlist / @installiso
Namespace No namespace
Annotations
Specifies if a install iso should be created (oem only)
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="installiso" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Specifies if a install iso should be created (oem only)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.attlist / @installstick
Namespace No namespace
Annotations
Specifies if a install stick should be created (oem only)
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="installstick" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Specifies if a install stick should be created (oem only)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.attlist / @primary
Namespace No namespace
Annotations
Specifies the primary type (choose KIWI option type)
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="primary" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Specifies the primary type (choose KIWI option type)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.attlist / @kernelcmdline
Namespace No namespace
Used by
Attribute Group k.type.attlist
Source
<xs:attribute name="kernelcmdline"/>
Attribute k.preferences.attlist / @profiles
Namespace No namespace
Annotations
A profile name which binds the section to this name
Used by
Attribute Group k.preferences.attlist
Source
<xs:attribute name="profiles">
  <xs:annotation>
    <xs:documentation>A profile name which binds the section to this name</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.profile.description.attribute / @description
Namespace No namespace
Annotations
Description of how this profiles influences the image
Properties
use: required
Used by
Source
<xs:attribute name="description" use="required">
  <xs:annotation>
    <xs:documentation>Description of how this profiles influences the image</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.profile.attlist / @import
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.profile.attlist
Source
<xs:attribute name="import" type="xs:boolean"/>
Attribute k.id.attribute / @id
Namespace No namespace
Annotations
An ID
Type xs:ID
Properties
use: required
Used by
Attribute Group k.id.attribute
Source
<xs:attribute name="id" use="required" type="xs:ID">
  <xs:annotation>
    <xs:documentation>An ID</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.arch.attlist / @fallback
Namespace No namespace
Type xs:IDREF
Properties
content: simple
Used by
Attribute Group k.arch.attlist
Source
<xs:attribute name="fallback" type="xs:IDREF"/>
Attribute k.requiredarch.ref.attribute / @ref
Namespace No namespace
Type xs:IDREF
Properties
use: required
Used by
Source
<xs:attribute name="ref" use="required" type="xs:IDREF"/>
Attribute k.path.attribute / @path
Namespace No namespace
Annotations
A path
Properties
use: required
Used by
Attribute Group k.path.attribute
Source
<xs:attribute name="path" use="required">
  <xs:annotation>
    <xs:documentation>A path</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.instrepo.name.attribute / @name
Namespace No namespace
Type xs:ID
Properties
use: required
Used by
Attribute Group k.instrepo.name.attribute
Source
<xs:attribute name="name" use="required" type="xs:ID"/>
Attribute k.instrepo.priority.attribute / @priority
Namespace No namespace
Annotations
Search priority for packages in this repo
Properties
use: required
Used by
Source
<xs:attribute name="priority" use="required">
  <xs:annotation>
    <xs:documentation>Search priority for packages in this repo</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.instrepo.attlist / @username
Namespace No namespace
Annotations
A name of a user
Used by
Attribute Group k.instrepo.attlist
Source
<xs:attribute name="username">
  <xs:annotation>
    <xs:documentation>A name of a user</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.instrepo.attlist / @pwd
Namespace No namespace
Annotations
The password
Used by
Attribute Group k.instrepo.attlist
Source
<xs:attribute name="pwd">
  <xs:annotation>
    <xs:documentation>The password</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.instrepo.attlist / @local
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.instrepo.attlist
Source
<xs:attribute name="local" type="xs:boolean"/>
Attribute k.repopackage.attlist / @arch
Namespace No namespace
Annotations
An architecture
Used by
Attribute Group k.repopackage.attlist
Source
<xs:attribute name="arch">
  <xs:annotation>
    <xs:documentation>An architecture</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.repopackage.attlist / @forcerepo
Namespace No namespace
Annotations
Specifies the search priority
Type xs:IDREF
Properties
content: simple
Used by
Attribute Group k.repopackage.attlist
Source
<xs:attribute name="forcerepo" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>Specifies the search priority</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.repopackage.attlist / @addarch
Namespace No namespace
Used by
Attribute Group k.repopackage.attlist
Source
<xs:attribute name="addarch"/>
Attribute k.repopackage.attlist / @removearch
Namespace No namespace
Used by
Attribute Group k.repopackage.attlist
Source
<xs:attribute name="removearch"/>
Attribute k.repopackage.attlist / @onlyarch
Namespace No namespace
Used by
Attribute Group k.repopackage.attlist
Source
<xs:attribute name="onlyarch"/>
Attribute k.repopackage.attlist / @source
Namespace No namespace
Used by
Attribute Group k.repopackage.attlist
Source
<xs:attribute name="source"/>
Attribute k.repopackage.attlist / @script
Namespace No namespace
Used by
Attribute Group k.repopackage.attlist
Source
<xs:attribute name="script"/>
Attribute k.repopackage.attlist / @medium
Namespace No namespace
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group k.repopackage.attlist
Source
<xs:attribute name="medium" type="xs:nonNegativeInteger"/>
Attribute k.metafile.url.attribute / @url
Namespace No namespace
Annotations
URL where to find the metafile
Properties
use: required
Used by
Attribute Group k.metafile.url.attribute
Source
<xs:attribute name="url" use="required">
  <xs:annotation>
    <xs:documentation>URL where to find the metafile</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.script.attribute / @script
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.script.attribute
Source
<xs:attribute name="script" use="required"/>
Attribute k.metafile.target.attribute / @target
Namespace No namespace
Annotations
Destination path where to download the file
Properties
use: required
Used by
Attribute Group k.metafile.target.attribute
Source
<xs:attribute name="target" use="required">
  <xs:annotation>
    <xs:documentation>Destination path where to download the file</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.chroot.attlist / @requires
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.chroot.attlist
Source
<xs:attribute name="requires" use="required"/>
Attribute k.arch.attribute / @arch
Namespace No namespace
Annotations
An architecture
Properties
use: required
Used by
Attribute Group k.arch.attribute
Source
<xs:attribute name="arch" use="required">
  <xs:annotation>
    <xs:documentation>An architecture</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.user.home.attribute / @home
Namespace No namespace
Annotations
The home directory for this user
Properties
use: required
Used by
Attribute Group k.user.home.attribute
Source
<xs:attribute name="home" use="required">
  <xs:annotation>
    <xs:documentation>The home directory for this user</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.user.attlist / @id
Namespace No namespace
Annotations
The user ID for this user
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group k.user.attlist
Source
<xs:attribute name="id" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The user ID for this user</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.pwd.attribute / @pwd
Namespace No namespace
Annotations
The password
Properties
use: required
Used by
Attribute Group k.pwd.attribute
Source
<xs:attribute name="pwd" use="required">
  <xs:annotation>
    <xs:documentation>The password</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.user.attlist / @pwdformat
Namespace No namespace
Annotations
Format of the given password, encrypted is the default
Type restriction of xs:token
Properties
content: simple
Facets
enumeration encrypted
enumeration plain
Used by
Attribute Group k.user.attlist
Source
<xs:attribute name="pwdformat">
  <xs:annotation>
    <xs:documentation>Format of the given password, encrypted is the default</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="encrypted"/>
      <xs:enumeration value="plain"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.user.attlist / @realname
Namespace No namespace
Annotations
The name of an user
Used by
Attribute Group k.user.attlist
Source
<xs:attribute name="realname">
  <xs:annotation>
    <xs:documentation>The name of an user</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.user.attlist / @shell
Namespace No namespace
Annotations
The shell for this user
Used by
Attribute Group k.user.attlist
Source
<xs:attribute name="shell">
  <xs:annotation>
    <xs:documentation>The shell for this user</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.users.group.attribute / @group
Namespace No namespace
Annotations
Contains the group to which the user belongs
Properties
use: required
Used by
Attribute Group k.users.group.attribute
Source
<xs:attribute name="group" use="required">
  <xs:annotation>
    <xs:documentation>Contains the group to which the user belongs</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.users.attlist / @id
Namespace No namespace
Annotations
Contains the group ID to which the user belongs
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group k.users.attlist
Source
<xs:attribute name="id" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>Contains the group ID to which the user belongs</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.drivers.type.attribute / @type
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration drivers
enumeration netdrivers
enumeration scsidrivers
enumeration usbdrivers
Used by
Attribute Group k.drivers.type.attribute
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="drivers"/>
      <xs:enumeration value="netdrivers"/>
      <xs:enumeration value="scsidrivers"/>
      <xs:enumeration value="usbdrivers"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.drivers.attlist / @profiles
Namespace No namespace
Annotations
A profile name which binds the section to this name
Used by
Attribute Group k.drivers.attlist
Source
<xs:attribute name="profiles">
  <xs:annotation>
    <xs:documentation>A profile name which binds the section to this name</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.repository.type.attribute / @type
Namespace No namespace
Annotations
Type of repository
Type restriction of xs:token
Properties
use: required
Facets
enumeration apt-deb
enumeration apt-rpm
enumeration deb-dir
enumeration mirrors
enumeration red-carpet
enumeration rpm-dir
enumeration rpm-md
enumeration slack-site
enumeration up2date-mirrors
enumeration urpmi
enumeration yast2
Used by
Attribute Group k.repository.type.attribute
Source
<xs:attribute name="type" use="required">
  <xs:annotation>
    <xs:documentation>Type of repository</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="apt-deb"/>
      <xs:enumeration value="apt-rpm"/>
      <xs:enumeration value="deb-dir"/>
      <xs:enumeration value="mirrors"/>
      <xs:enumeration value="red-carpet"/>
      <xs:enumeration value="rpm-dir"/>
      <xs:enumeration value="rpm-md"/>
      <xs:enumeration value="slack-site"/>
      <xs:enumeration value="up2date-mirrors"/>
      <xs:enumeration value="urpmi"/>
      <xs:enumeration value="yast2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.repository.attlist / @profiles
Namespace No namespace
Annotations
A profile name which binds the section to this name
Used by
Attribute Group k.repository.attlist
Source
<xs:attribute name="profiles">
  <xs:annotation>
    <xs:documentation>A profile name which binds the section to this name</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.repository.attlist / @status
Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration fixed
enumeration replaceable
Used by
Attribute Group k.repository.attlist
Source
<xs:attribute name="status">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="fixed"/>
      <xs:enumeration value="replaceable"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.repository.attlist / @alias
Namespace No namespace
Used by
Attribute Group k.repository.attlist
Source
<xs:attribute name="alias"/>
Attribute k.repository.attlist / @priority
Namespace No namespace
Type xs:integer
Properties
content: simple
Used by
Attribute Group k.repository.attlist
Source
<xs:attribute name="priority" type="xs:integer"/>
Attribute k.package.attlist / @arch
Namespace No namespace
Annotations
An architecture
Used by
Attribute Group k.package.attlist
Source
<xs:attribute name="arch">
  <xs:annotation>
    <xs:documentation>An architecture</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.package.attlist / @replaces
Namespace No namespace
Annotations
Replace package with some other package
Used by
Attribute Group k.package.attlist
Source
<xs:attribute name="replaces">
  <xs:annotation>
    <xs:documentation>Replace package with some other package</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.package.attlist / @bootdelete
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.package.attlist
Source
<xs:attribute name="bootdelete" type="xs:boolean"/>
Attribute k.package.attlist / @bootinclude
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.package.attlist
Source
<xs:attribute name="bootinclude" type="xs:boolean"/>
Attribute k.opensusepattern.attlist / @arch
Namespace No namespace
Annotations
An architecture
Used by
Attribute Group k.opensusepattern.attlist
Source
<xs:attribute name="arch">
  <xs:annotation>
    <xs:documentation>An architecture</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.rhelgroup.attlist / @arch
Namespace No namespace
Annotations
An architecture
Used by
Attribute Group k.rhelgroup.attlist
Source
<xs:attribute name="arch">
  <xs:annotation>
    <xs:documentation>An architecture</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.opensuseproduct.attlist / @arch
Namespace No namespace
Annotations
An architecture
Used by
Attribute Group k.opensuseproduct.attlist
Source
<xs:attribute name="arch">
  <xs:annotation>
    <xs:documentation>An architecture</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.archive.attlist / @bootinclude
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Attribute Group k.archive.attlist
Source
<xs:attribute name="bootinclude" type="xs:boolean"/>
Attribute k.packages.type.attribute / @type
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration bootstrap
enumeration delete
enumeration image
enumeration iso
enumeration oem
enumeration pxe
enumeration split
enumeration testsuite
enumeration usb
enumeration vmx
Used by
Attribute Group k.packages.type.attribute
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="bootstrap"/>
      <xs:enumeration value="delete"/>
      <xs:enumeration value="image"/>
      <xs:enumeration value="iso"/>
      <xs:enumeration value="oem"/>
      <xs:enumeration value="pxe"/>
      <xs:enumeration value="split"/>
      <xs:enumeration value="testsuite"/>
      <xs:enumeration value="usb"/>
      <xs:enumeration value="vmx"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.packages.attlist / @profiles
Namespace No namespace
Used by
Attribute Group k.packages.attlist
Source
<xs:attribute name="profiles"/>
Attribute k.packages.attlist / @patternType
Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration onlyRequired
enumeration plusRecommended
Used by
Attribute Group k.packages.attlist
Source
<xs:attribute name="patternType">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onlyRequired"/>
      <xs:enumeration value="plusRecommended"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.replaces.attribute / @replaces
Namespace No namespace
Annotations
Replace package with some other package
Properties
use: required
Used by
Attribute Group k.replaces.attribute
Source
<xs:attribute name="replaces" use="required">
  <xs:annotation>
    <xs:documentation>Replace package with some other package</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.bootinclude.attribute / @bootinclude
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.bootinclude.attribute
Source
<xs:attribute name="bootinclude" use="required" type="xs:boolean"/>
Attribute k.bootdelete.attribute / @bootdelete
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.bootdelete.attribute
Source
<xs:attribute name="bootdelete" use="required" type="xs:boolean"/>
Attribute k.description.attribute / @description
Namespace No namespace
Annotations
A short description
Properties
use: required
Used by
Attribute Group k.description.attribute
Source
<xs:attribute name="description" use="required">
  <xs:annotation>
    <xs:documentation>A short description</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.profiles.attribute / @profiles
Namespace No namespace
Annotations
A profile name which binds the section to this name
Properties
use: required
Used by
Attribute Group k.profiles.attribute
Source
<xs:attribute name="profiles" use="required">
  <xs:annotation>
    <xs:documentation>A profile name which binds the section to this name</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.size.attribute / @size
Namespace No namespace
Annotations
A partition size or optional image size
Type size-type
Properties
use: required
Facets
pattern \d*|image
Used by
Attribute Group k.size.attribute
Source
<xs:attribute name="size" use="required" type="size-type">
  <xs:annotation>
    <xs:documentation>A partition size or optional image size</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.username.attribute / @username
Namespace No namespace
Annotations
A name of a user
Properties
use: required
Used by
Attribute Group k.username.attribute
Source
<xs:attribute name="username" use="required">
  <xs:annotation>
    <xs:documentation>A name of a user</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.instrepo.local.attribute / @local
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.instrepo.local.attribute
Source
<xs:attribute name="local" use="required" type="xs:boolean"/>
Attribute k.repopackage.forcerepo.attribute / @forcerepo
Namespace No namespace
Annotations
Specifies the search priority
Type xs:IDREF
Properties
use: required
Used by
Source
<xs:attribute name="forcerepo" use="required" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>Specifies the search priority</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.repopackage.addarch.attribute / @addarch
Namespace No namespace
Properties
use: required
Used by
Source
<xs:attribute name="addarch" use="required"/>
Attribute k.repopackage.removearch.attribute / @removearch
Namespace No namespace
Properties
use: required
Used by
Source
<xs:attribute name="removearch" use="required"/>
Attribute k.repopackage.onlyarch.attribute / @onlyarch
Namespace No namespace
Properties
use: required
Used by
Source
<xs:attribute name="onlyarch" use="required"/>
Attribute k.repopackage.medium.attribute / @medium
Namespace No namespace
Type xs:nonNegativeInteger
Properties
use: required
Used by
Source
<xs:attribute name="medium" use="required" type="xs:nonNegativeInteger"/>
Attribute k.partitions.device.attribute / @device
Namespace No namespace
Properties
use: required
Used by
Source
<xs:attribute name="device" use="required"/>
Attribute k.partition.mountpoint.attribute / @mountpoint
Namespace No namespace
Annotations
Mount path for this partition
Properties
use: required
Used by
Source
<xs:attribute name="mountpoint" use="required">
  <xs:annotation>
    <xs:documentation>Mount path for this partition</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.partition.target.attribute / @target
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Source
<xs:attribute name="target" use="required" type="xs:boolean"/>
Attribute k.profile.import.attribute / @import
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.profile.import.attribute
Source
<xs:attribute name="import" use="required" type="xs:boolean"/>
Attribute k.repository.status.attribute / @status
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration fixed
enumeration replaceable
Used by
Source
<xs:attribute name="status" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="fixed"/>
      <xs:enumeration value="replaceable"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.repository.alias.attribute / @alias
Namespace No namespace
Properties
use: required
Used by
Source
<xs:attribute name="alias" use="required"/>
Attribute k.repository.priority.attribute / @priority
Namespace No namespace
Type xs:integer
Properties
use: required
Used by
Source
<xs:attribute name="priority" use="required" type="xs:integer"/>
Attribute k.size.unit.attribute / @unit
Namespace No namespace
Annotations
The unit of the image
Type restriction of xs:token
Properties
use: required
Facets
enumeration M
enumeration G
Used by
Attribute Group k.size.unit.attribute
Source
<xs:attribute name="unit" use="required">
  <xs:annotation>
    <xs:documentation>The unit of the image</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="M"/>
      <xs:enumeration value="G"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.size.additive.attribute / @additive
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.size.additive.attribute
Source
<xs:attribute name="additive" use="required" type="xs:boolean"/>
Attribute k.type.fsnocheck.attribute / @fsnocheck
Namespace No namespace
Annotations
Turn off periodic filesystem checks on ext2/3/4.
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.type.fsnocheck.attribute
Source
<xs:attribute name="fsnocheck" use="required" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Turn off periodic filesystem checks on ext2/3/4.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.lvm.attribute / @lvm
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.type.lvm.attribute
Source
<xs:attribute name="lvm" use="required" type="xs:boolean"/>
Attribute k.type.baseroot.attribute / @baseroot
Namespace No namespace
Annotations
Specify the path to a pre created base root system.
Properties
use: required
Used by
Attribute Group k.type.baseroot.attribute
Source
<xs:attribute name="baseroot" use="required">
  <xs:annotation>
    <xs:documentation>Specify the path to a pre created base root system.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.bootprofile.attribute / @bootprofile
Namespace No namespace
Properties
use: required
Used by
Source
<xs:attribute name="bootprofile" use="required"/>
Attribute k.type.bootkernel.attribute / @bootkernel
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.type.bootkernel.attribute
Source
<xs:attribute name="bootkernel" use="required"/>
Attribute k.type.boot.attribute / @boot
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.type.boot.attribute
Source
<xs:attribute name="boot" use="required"/>
Attribute k.type.checkprebuilt.attribute / @checkprebuilt
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Source
<xs:attribute name="checkprebuilt" use="required" type="xs:boolean"/>
Attribute k.type.volid.attribute / @volid
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.type.volid.attribute
Source
<xs:attribute name="volid" use="required"/>
Attribute k.type.flags.attribute / @flags
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration clic
enumeration compressed
enumeration unified
Used by
Attribute Group k.type.flags.attribute
Source
<xs:attribute name="flags" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="clic"/>
      <xs:enumeration value="compressed"/>
      <xs:enumeration value="unified"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.hybrid.attribute / @hybrid
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.type.hybrid.attribute
Source
<xs:attribute name="hybrid" use="required" type="xs:boolean"/>
Attribute k.type.hybridpersistent.attribute / @hybridpersistent
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Source
<xs:attribute name="hybridpersistent" use="required" type="xs:boolean"/>
Attribute k.type.bootloader.attribute / @bootloader
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration extlinux
enumeration grub
enumeration syslinux
enumeration zipl
Used by
Attribute Group k.type.bootloader.attribute
Source
<xs:attribute name="bootloader" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="extlinux"/>
      <xs:enumeration value="grub"/>
      <xs:enumeration value="syslinux"/>
      <xs:enumeration value="zipl"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.installboot.attribute / @installboot
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration failsafe-install
enumeration harddisk
enumeration install
Used by
Source
<xs:attribute name="installboot" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="failsafe-install"/>
      <xs:enumeration value="harddisk"/>
      <xs:enumeration value="install"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.compressed.attribute / @compressed
Namespace No namespace
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.type.compressed.attribute
Source
<xs:attribute name="compressed" use="required" type="xs:boolean"/>
Attribute k.type.vga.attribute / @vga
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.type.vga.attribute
Source
<xs:attribute name="vga" use="required"/>
Attribute k.type.luks.attribute / @luks
Namespace No namespace
Properties
use: required
Used by
Attribute Group k.type.luks.attribute
Source
<xs:attribute name="luks" use="required"/>
Attribute k.type.filesystem.attribute / @filesystem
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration btrfs
enumeration clicfs
enumeration ext2
enumeration ext3
enumeration ext4
enumeration reiserfs
enumeration squashfs
Used by
Attribute Group k.type.filesystem.attribute
Source
<xs:attribute name="filesystem" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="btrfs"/>
      <xs:enumeration value="clicfs"/>
      <xs:enumeration value="ext2"/>
      <xs:enumeration value="ext3"/>
      <xs:enumeration value="ext4"/>
      <xs:enumeration value="reiserfs"/>
      <xs:enumeration value="squashfs"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.fsreadonly.attribute / @fsreadonly
Namespace No namespace
Annotations
Specifies the filesystem for the read-only part of a split image
Type restriction of xs:token
Properties
use: required
Facets
enumeration btrfs
enumeration ext2
enumeration ext3
enumeration ext4
enumeration reiserfs
enumeration squashfs
Used by
Attribute Group k.type.fsreadonly.attribute
Source
<xs:attribute name="fsreadonly" use="required">
  <xs:annotation>
    <xs:documentation>Specifies the filesystem for the read-only part of a split image</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="btrfs"/>
      <xs:enumeration value="ext2"/>
      <xs:enumeration value="ext3"/>
      <xs:enumeration value="ext4"/>
      <xs:enumeration value="reiserfs"/>
      <xs:enumeration value="squashfs"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.fsreadwrite.attribute / @fsreadwrite
Namespace No namespace
Annotations
Specifies the filesystem for the read-write part of a split image
Type restriction of xs:token
Properties
use: required
Facets
enumeration btrfs
enumeration ext2
enumeration ext3
enumeration ext4
enumeration reiserfs
Used by
Source
<xs:attribute name="fsreadwrite" use="required">
  <xs:annotation>
    <xs:documentation>Specifies the filesystem for the read-write part of a split image</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="btrfs"/>
      <xs:enumeration value="ext2"/>
      <xs:enumeration value="ext3"/>
      <xs:enumeration value="ext4"/>
      <xs:enumeration value="reiserfs"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.format.attribute / @format
Namespace No namespace
Annotations
Specifies the format of the virtual disk.
Type restriction of xs:token
Properties
use: required
Facets
enumeration ec2
enumeration ovf
enumeration qcow2
enumeration vmdk
Used by
Attribute Group k.type.format.attribute
Source
<xs:attribute name="format" use="required">
  <xs:annotation>
    <xs:documentation>Specifies the format of the virtual disk.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ec2"/>
      <xs:enumeration value="ovf"/>
      <xs:enumeration value="qcow2"/>
      <xs:enumeration value="vmdk"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.type.installiso.attribute / @installiso
Namespace No namespace
Annotations
Specifies if a install iso should be created (oem only)
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.type.installiso.attribute
Source
<xs:attribute name="installiso" use="required" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Specifies if a install iso should be created (oem only)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.installstick.attribute / @installstick
Namespace No namespace
Annotations
Specifies if a install stick should be created (oem only)
Type xs:boolean
Properties
use: required
Used by
Source
<xs:attribute name="installstick" use="required" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Specifies if a install stick should be created (oem only)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.primary.attribute / @primary
Namespace No namespace
Annotations
Specifies the primary type (choose KIWI option type)
Type xs:boolean
Properties
use: required
Used by
Attribute Group k.type.primary.attribute
Source
<xs:attribute name="primary" use="required" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Specifies the primary type (choose KIWI option type)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.type.kernelcmdline.attribute / @kernelcmdline
Namespace No namespace
Properties
use: required
Used by
Source
<xs:attribute name="kernelcmdline" use="required"/>
Attribute k.volume.freespace.attribute / @freespace
Namespace No namespace
Type volume-size-type
Properties
use: required
Facets
pattern \d+|\d+M|\d+G
Used by
Source
<xs:attribute name="freespace" use="required" type="volume-size-type"/>
Attribute k.volume.size.attribute / @size
Namespace No namespace
Type volume-size-type
Properties
use: required
Facets
pattern \d+|\d+M|\d+G
Used by
Attribute Group k.volume.size.attribute
Source
<xs:attribute name="size" use="required" type="volume-size-type"/>
Attribute k.lvmvolumes.lvmgroup.attribute / @lvmgroup
Namespace No namespace
Annotations
Specify Volume group name, default is kiwiVG.
Properties
use: required
Used by
Source
<xs:attribute name="lvmgroup" use="required">
  <xs:annotation>
    <xs:documentation>Specify Volume group name, default is kiwiVG.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.user.id.attribute / @id
Namespace No namespace
Annotations
The user ID for this user
Type xs:nonNegativeInteger
Properties
use: required
Used by
Attribute Group k.user.id.attribute
Source
<xs:attribute name="id" use="required" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The user ID for this user</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.user.realname.attribute / @realname
Namespace No namespace
Annotations
The name of an user
Properties
use: required
Used by
Attribute Group k.user.realname.attribute
Source
<xs:attribute name="realname" use="required">
  <xs:annotation>
    <xs:documentation>The name of an user</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.user.pwdformat / @pwdformat
Namespace No namespace
Annotations
Format of the given password, encrypted is the default
Type restriction of xs:token
Properties
use: required
Facets
enumeration encrypted
enumeration plain
Used by
Attribute Group k.user.pwdformat
Source
<xs:attribute name="pwdformat" use="required">
  <xs:annotation>
    <xs:documentation>Format of the given password, encrypted is the default</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="encrypted"/>
      <xs:enumeration value="plain"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.user.shell.attribute / @shell
Namespace No namespace
Annotations
The shell for this user
Properties
use: required
Used by
Attribute Group k.user.shell.attribute
Source
<xs:attribute name="shell" use="required">
  <xs:annotation>
    <xs:documentation>The shell for this user</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmnic.driver.attribute / @driver
Namespace No namespace
Annotations
The driver used for the VM network interface
Properties
use: required
Used by
Attribute Group k.vmnic.driver.attribute
Source
<xs:attribute name="driver" use="required">
  <xs:annotation>
    <xs:documentation>The driver used for the VM network interface</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmnic.mode.attribute / @mode
Namespace No namespace
Annotations
The VM network mode
Properties
use: required
Used by
Attribute Group k.vmnic.mode.attribute
Source
<xs:attribute name="mode" use="required">
  <xs:annotation>
    <xs:documentation>The VM network mode</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmnic.mac.attribute / @mac
Namespace No namespace
Annotations
The VM mac address
Properties
use: required
Used by
Attribute Group k.vmnic.mac.attribute
Source
<xs:attribute name="mac" use="required">
  <xs:annotation>
    <xs:documentation>The VM mac address</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.vmdisk.device.attribute / @device
Namespace No namespace
Annotations
The disk device to appear in the guest (xen only)
Properties
use: required
Used by
Attribute Group k.vmdisk.device.attribute
Source
<xs:attribute name="device" use="required">
  <xs:annotation>
    <xs:documentation>The disk device to appear in the guest (xen only)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.pxedeploy.server.attribute / @server
Namespace No namespace
Annotations
Name or IP Address of server for downloading the data
Properties
use: required
Used by
Source
<xs:attribute name="server" use="required">
  <xs:annotation>
    <xs:documentation>Name or IP Address of server for downloading the data</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.pxedeploy.blocksize.attribute / @blocksize
Namespace No namespace
Annotations
Blocksize value used for atftp downloads
Type xs:nonNegativeInteger
Properties
use: required
Used by
Source
<xs:attribute name="blocksize" use="required" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>Blocksize value used for atftp downloads</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.arch.fallback.attribute / @fallback
Namespace No namespace
Type xs:IDREF
Properties
use: required
Used by
Attribute Group k.arch.fallback.attribute
Source
<xs:attribute name="fallback" use="required" type="xs:IDREF"/>
Attribute k.machine.arch.attribute / @arch
Namespace No namespace
Annotations
the VM architecture type
Type restriction of xs:token
Properties
use: required
Facets
enumeration ix86
enumeration x86_64
enumeration %arch
Used by
Attribute Group k.machine.arch.attribute
Source
<xs:attribute name="arch" use="required">
  <xs:annotation>
    <xs:documentation>the VM architecture type</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ix86"/>
      <xs:enumeration value="x86_64"/>
      <xs:enumeration value="%arch"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.machine.HWversion.attribute / @HWversion
Namespace No namespace
Annotations
The virtual HW version number for the VM configuration
Type xs:integer
Properties
use: required
Used by
Source
<xs:attribute name="HWversion" use="required" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The virtual HW version number for the VM configuration</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.machine.guestOS.attribute / @guestOS
Namespace No namespace
Annotations
the virtual guestOS identification string for the VM
Properties
use: required
Used by
Attribute Group k.machine.guestOS.attribute
Source
<xs:attribute name="guestOS" use="required">
  <xs:annotation>
    <xs:documentation>the virtual guestOS identification string for the VM</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.machine.memory.attribute / @memory
Namespace No namespace
Annotations
The memory setup for the guest VM.
Properties
use: required
Used by
Attribute Group k.machine.memory.attribute
Source
<xs:attribute name="memory" use="required">
  <xs:annotation>
    <xs:documentation>The memory setup for the guest VM.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute k.machine.domain.attribute / @domain
Namespace No namespace
Annotations
The domain setup for the VM (xen only)
Type restriction of xs:token
Properties
use: required
Facets
enumeration dom0
enumeration domU
Used by
Attribute Group k.machine.domain.attribute
Source
<xs:attribute name="domain" use="required">
  <xs:annotation>
    <xs:documentation>The domain setup for the VM (xen only)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="dom0"/>
      <xs:enumeration value="domU"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.packages.profiles.attribute / @profiles
Namespace No namespace
Properties
use: required
Used by
Source
<xs:attribute name="profiles" use="required"/>
Attribute k.packages.patternType.attribute / @patternType
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration onlyRequired
enumeration plusRecommended
Used by
Source
<xs:attribute name="patternType" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="onlyRequired"/>
      <xs:enumeration value="plusRecommended"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute k.users.id.attribute / @id
Namespace No namespace
Annotations
Contains the group ID to which the user belongs
Type xs:nonNegativeInteger
Properties
use: required
Used by
Attribute Group k.users.id.attribute
Source
<xs:attribute name="id" use="required" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>Contains the group ID to which the user belongs</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute Group k.image.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id8 kiwi0.tmp#id7
Used by
Attribute Group k.image.attlist
Attributes
QName Type Fixed Default Use Annotation
name image-name required
An image name without / and spaces
Source
<xs:attributeGroup name="k.image.name.attribute">
  <xs:attributeGroup ref="k.imagename.attribute"/>
</xs:attributeGroup>
Attribute Group k.imagename.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id8
Used by
Attribute Group k.image.name.attribute
Attributes
QName Type Fixed Default Use Annotation
name image-name required
An image name without / and spaces
Source
<xs:attributeGroup name="k.imagename.attribute">
  <xs:attribute name="name" use="required" type="image-name">
    <xs:annotation>
      <xs:documentation>An image name without / and spaces</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.image.displayname.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id11 kiwi0.tmp#id10
Attributes
QName Type Fixed Default Use Annotation
displayname required
Source
<xs:attributeGroup name="k.image.displayname.attribute">
  <xs:attributeGroup ref="k.displayname.attribute"/>
</xs:attributeGroup>
Attribute Group k.displayname.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id11
Used by
Attributes
QName Type Fixed Default Use Annotation
displayname required
Source
<xs:attributeGroup name="k.displayname.attribute">
  <xs:attribute name="displayname" use="required"/>
</xs:attributeGroup>
Attribute Group k.image.noNamespaceSchemaLocation.attribute
Namespace No namespace
Diagram
Diagram kiwi1.tmp#id13
Attributes
QName Type Fixed Default Use Annotation
xsi:noNamespaceSchemaLocation xs:anyURI required
The location of the XSD Schema (not relevant for RELAX NG or DTD)
Source
<xs:attributeGroup name="k.image.noNamespaceSchemaLocation.attribute">
  <xs:attribute ref="xsi:noNamespaceSchemaLocation" use="required"/>
</xs:attributeGroup>
Attribute Group k.image.schemaLocation.attribute
Namespace No namespace
Diagram
Diagram kiwi1.tmp#id15
Attributes
QName Type Fixed Default Use Annotation
xsi:schemaLocation xs:anyURI required
Source
<xs:attributeGroup name="k.image.schemaLocation.attribute">
  <xs:attribute ref="xsi:schemaLocation" use="required"/>
</xs:attributeGroup>
Attribute Group k.image.inherit.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id17
Attributes
QName Type Fixed Default Use Annotation
inherit required
Source
<xs:attributeGroup name="k.image.inherit.attribute">
  <xs:attribute name="inherit" use="required"/>
</xs:attributeGroup>
Attribute Group k.image.schemaversion.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id19
Used by
Attribute Group k.image.attlist
Attributes
QName Type Fixed Default Use Annotation
schemaversion restriction of xs:token required
The allowed Schema version (fixed value)
Source
<xs:attributeGroup name="k.image.schemaversion.attribute">
  <xs:attribute name="schemaversion" use="required">
    <xs:annotation>
      <xs:documentation>The allowed Schema version (fixed value)</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="4.7"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.image.kiwirevision.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id21
Attributes
QName Type Fixed Default Use Annotation
kiwirevision xs:nonNegativeInteger required
Source
<xs:attributeGroup name="k.image.kiwirevision.attribute">
  <xs:attribute name="kiwirevision" use="required" type="xs:nonNegativeInteger"/>
</xs:attributeGroup>
Attribute Group k.image.id
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id23
Attributes
QName Type Fixed Default Use Annotation
id restriction of xs:string required
Source
<xs:attributeGroup name="k.image.id">
  <xs:attribute name="id" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:length value="10"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.image.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id7 kiwi0.tmp#id6 kiwi0.tmp#id25 kiwi0.tmp#id26 kiwi0.tmp#id27 kiwi0.tmp#id28 kiwi0.tmp#id19 kiwi0.tmp#id18 kiwi1.tmp#id13 kiwi1.tmp#id15
Used by
Element image
Attributes
QName Type Fixed Default Use Annotation
displayname optional
id restriction of xs:string optional
inherit optional
kiwirevision xs:nonNegativeInteger optional
name image-name required
An image name without / and spaces
schemaversion restriction of xs:token required
The allowed Schema version (fixed value)
xsi:noNamespaceSchemaLocation xs:anyURI optional
The location of the XSD Schema (not relevant for RELAX NG or DTD)
xsi:schemaLocation xs:anyURI optional
Source
<xs:attributeGroup name="k.image.attlist">
  <xs:attributeGroup ref="k.image.name.attribute"/>
  <xs:attribute name="displayname"/>
  <xs:attribute name="inherit"/>
  <xs:attribute name="kiwirevision" type="xs:nonNegativeInteger"/>
  <xs:attribute name="id">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:length value="10"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="k.image.schemaversion.attribute"/>
  <xs:attribute ref="xsi:noNamespaceSchemaLocation"/>
  <xs:attribute ref="xsi:schemaLocation"/>
</xs:attributeGroup>
Attribute Group k.description.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id36 kiwi0.tmp#id35
Used by
Element description
Attributes
QName Type Fixed Default Use Annotation
type restriction of xs:token required
Source
<xs:attributeGroup name="k.description.attlist">
  <xs:attributeGroup ref="k.description.type.attribute"/>
</xs:attributeGroup>
Attribute Group k.description.type.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id36
Used by
Attribute Group k.description.attlist
Attributes
QName Type Fixed Default Use Annotation
type restriction of xs:token required
Source
<xs:attributeGroup name="k.description.type.attribute">
  <xs:attribute name="type" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="boot"/>
        <xs:enumeration value="system"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.volume.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id46 kiwi0.tmp#id47 kiwi0.tmp#id49 kiwi0.tmp#id48
Used by
Element volume
Attributes
QName Type Fixed Default Use Annotation
freespace volume-size-type optional
name required
size volume-size-type optional
Source
<xs:attributeGroup name="k.volume.attlist">
  <xs:attribute name="freespace" type="volume-size-type"/>
  <xs:attribute name="size" type="volume-size-type"/>
  <xs:attributeGroup ref="k.volume.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.volume.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id49
Used by
Attribute Group k.volume.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
Source
<xs:attributeGroup name="k.volume.name.attribute">
  <xs:attribute name="name" use="required"/>
</xs:attributeGroup>
Attribute Group k.lvmvolumes.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id51
Used by
Element lvmvolumes
Attributes
QName Type Fixed Default Use Annotation
lvmgroup optional
Specify Volume group name, default is kiwiVG.
Source
<xs:attributeGroup name="k.lvmvolumes.attlist">
  <xs:attribute name="lvmgroup">
    <xs:annotation>
      <xs:documentation>Specify Volume group name, default is kiwiVG.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.partition.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id83 kiwi0.tmp#id82 kiwi0.tmp#id85 kiwi0.tmp#id84 kiwi0.tmp#id86 kiwi0.tmp#id87 kiwi0.tmp#id88
Used by
Element partition
Attributes
QName Type Fixed Default Use Annotation
mountpoint optional
Mount path for this partition
number required
Partition ID
size size-type optional
A partition size or optional image size
target xs:boolean optional
type required
Partition Type identifier, see fdisk for details
Source
<xs:attributeGroup name="k.partition.attlist">
  <xs:attributeGroup ref="k.partition.type.attribute"/>
  <xs:attributeGroup ref="k.partition.number.attribute"/>
  <xs:attribute name="size" type="size-type">
    <xs:annotation>
      <xs:documentation>A partition size or optional image size</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="mountpoint">
    <xs:annotation>
      <xs:documentation>Mount path for this partition</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="target" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.partition.type.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id83
Used by
Attribute Group k.partition.attlist
Attributes
QName Type Fixed Default Use Annotation
type required
Partition Type identifier, see fdisk for details
Source
<xs:attributeGroup name="k.partition.type.attribute">
  <xs:attribute name="type" use="required">
    <xs:annotation>
      <xs:documentation>Partition Type identifier, see fdisk for details</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.partition.number.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id85
Used by
Attribute Group k.partition.attlist
Attributes
QName Type Fixed Default Use Annotation
number required
Partition ID
Source
<xs:attributeGroup name="k.partition.number.attribute">
  <xs:attribute name="number" use="required">
    <xs:annotation>
      <xs:documentation>Partition ID</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.partitions.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id90
Used by
Element partitions
Attributes
QName Type Fixed Default Use Annotation
device optional
Source
<xs:attributeGroup name="k.partitions.attlist">
  <xs:attribute name="device"/>
</xs:attributeGroup>
Attribute Group k.union.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id94 kiwi0.tmp#id93 kiwi0.tmp#id96 kiwi0.tmp#id95 kiwi0.tmp#id98 kiwi0.tmp#id97
Used by
Element union
Attributes
QName Type Fixed Default Use Annotation
ro required
Device only for read-only
rw required
Device for Read-Write
type restriction of xs:token required
Source
<xs:attributeGroup name="k.union.attlist">
  <xs:attributeGroup ref="k.union.ro.attribute"/>
  <xs:attributeGroup ref="k.union.rw.attribute"/>
  <xs:attributeGroup ref="k.union.type.attribute"/>
</xs:attributeGroup>
Attribute Group k.union.ro.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id94
Used by
Attribute Group k.union.attlist
Attributes
QName Type Fixed Default Use Annotation
ro required
Device only for read-only
Source
<xs:attributeGroup name="k.union.ro.attribute">
  <xs:attribute name="ro" use="required">
    <xs:annotation>
      <xs:documentation>Device only for read-only</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.union.rw.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id96
Used by
Attribute Group k.union.attlist
Attributes
QName Type Fixed Default Use Annotation
rw required
Device for Read-Write
Source
<xs:attributeGroup name="k.union.rw.attribute">
  <xs:attribute name="rw" use="required">
    <xs:annotation>
      <xs:documentation>Device for Read-Write</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.union.type.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id98
Used by
Attribute Group k.union.attlist
Attributes
QName Type Fixed Default Use Annotation
type restriction of xs:token required
Source
<xs:attributeGroup name="k.union.type.attribute">
  <xs:attribute name="type" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="aufs"/>
        <xs:enumeration value="clicfs"/>
        <xs:enumeration value="unionfs"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.configuration.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id102 kiwi0.tmp#id101 kiwi0.tmp#id105 kiwi0.tmp#id104 kiwi0.tmp#id107
Used by
Element configuration
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
dest required
Destination of a ressource
source required
Source
<xs:attributeGroup name="k.configuration.attlist">
  <xs:attributeGroup ref="k.configuration.source.attribute"/>
  <xs:attributeGroup ref="k.configuration.dest.attribute"/>
  <xs:attribute name="arch">
    <xs:annotation>
      <xs:documentation>An architecture</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.configuration.source.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id103 kiwi0.tmp#id102
Used by
Attribute Group k.configuration.attlist
Attributes
QName Type Fixed Default Use Annotation
source required
Source
<xs:attributeGroup name="k.configuration.source.attribute">
  <xs:attributeGroup ref="k.source.attribute"/>
</xs:attributeGroup>
Attribute Group k.source.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id103
Used by
Attributes
QName Type Fixed Default Use Annotation
source required
Source
<xs:attributeGroup name="k.source.attribute">
  <xs:attribute name="source" use="required"/>
</xs:attributeGroup>
Attribute Group k.configuration.dest.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id106 kiwi0.tmp#id105
Used by
Attribute Group k.configuration.attlist
Attributes
QName Type Fixed Default Use Annotation
dest required
Destination of a ressource
Source
<xs:attributeGroup name="k.configuration.dest.attribute">
  <xs:attributeGroup ref="k.dest.attribute"/>
</xs:attributeGroup>
Attribute Group k.dest.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id106
Used by
Attributes
QName Type Fixed Default Use Annotation
dest required
Destination of a ressource
Source
<xs:attributeGroup name="k.dest.attribute">
  <xs:attribute name="dest" use="required">
    <xs:annotation>
      <xs:documentation>Destination of a ressource</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.pxedeploy.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id109 kiwi0.tmp#id110
Used by
Element pxedeploy
Attributes
QName Type Fixed Default Use Annotation
blocksize xs:nonNegativeInteger optional
Blocksize value used for atftp downloads
server optional
Name or IP Address of server for downloading the data
Source
<xs:attributeGroup name="k.pxedeploy.attlist">
  <xs:attribute name="server">
    <xs:annotation>
      <xs:documentation>Name or IP Address of server for downloading the data</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="blocksize" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>Blocksize value used for atftp downloads</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.size.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id113 kiwi0.tmp#id114
Used by
Element size
Attributes
QName Type Fixed Default Use Annotation
additive xs:boolean optional
unit restriction of xs:token optional
The unit of the image
Source
<xs:attributeGroup name="k.size.attlist">
  <xs:attribute name="unit">
    <xs:annotation>
      <xs:documentation>The unit of the image</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="M"/>
        <xs:enumeration value="G"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="additive" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.except.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id119
Used by
Element except
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.except.attlist">
  <xs:attributeGroup ref="k.except.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.except.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.except.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.except.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121
Used by
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.name.attribute">
  <xs:attribute name="name" use="required">
    <xs:annotation>
      <xs:documentation>A name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.file.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id124 kiwi0.tmp#id125
Used by
Element file
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
name required
A name
Source
<xs:attributeGroup name="k.file.attlist">
  <xs:attributeGroup ref="k.file.name.attribute"/>
  <xs:attribute name="arch">
    <xs:annotation>
      <xs:documentation>An architecture</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.file.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.file.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.file.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.vmnic.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id130 kiwi0.tmp#id132 kiwi0.tmp#id131 kiwi0.tmp#id133 kiwi0.tmp#id134
Used by
Element vmnic
Attributes
QName Type Fixed Default Use Annotation
driver optional
The driver used for the VM network interface
interface required
The interface ID for the VM network interface
mac optional
The VM mac address
mode optional
The VM network mode
Source
<xs:attributeGroup name="k.vmnic.attlist">
  <xs:attribute name="driver">
    <xs:annotation>
      <xs:documentation>The driver used for the VM network interface</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="k.vmnic.interface.attribute"/>
  <xs:attribute name="mode">
    <xs:annotation>
      <xs:documentation>The VM network mode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="mac">
    <xs:annotation>
      <xs:documentation>The VM mac address</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmnic.interface.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id132
Used by
Attribute Group k.vmnic.attlist
Attributes
QName Type Fixed Default Use Annotation
interface required
The interface ID for the VM network interface
Source
<xs:attributeGroup name="k.vmnic.interface.attribute">
  <xs:attribute name="interface" use="required">
    <xs:annotation>
      <xs:documentation>The interface ID for the VM network interface</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmdisk.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id138 kiwi0.tmp#id137 kiwi0.tmp#id140 kiwi0.tmp#id139 kiwi0.tmp#id141
Used by
Element vmdisk
Attributes
QName Type Fixed Default Use Annotation
controller restriction of xs:token required
The disk controller used for the VM guest
device optional
The disk device to appear in the guest (xen only)
id xs:nonNegativeInteger required
The disk ID / device for the VM disk
Source
<xs:attributeGroup name="k.vmdisk.attlist">
  <xs:attributeGroup ref="k.vmdisk.controller.attribute"/>
  <xs:attributeGroup ref="k.vmdisk.id.attribute"/>
  <xs:attribute name="device">
    <xs:annotation>
      <xs:documentation>The disk device to appear in the guest (xen only)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmdisk.controller.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id138
Used by
Attribute Group k.vmdisk.attlist
Attributes
QName Type Fixed Default Use Annotation
controller restriction of xs:token required
The disk controller used for the VM guest
Source
<xs:attributeGroup name="k.vmdisk.controller.attribute">
  <xs:attribute name="controller" use="required">
    <xs:annotation>
      <xs:documentation>The disk controller used for the VM guest</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ide"/>
        <xs:enumeration value="scsi"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmdisk.id.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id140
Used by
Attribute Group k.vmdisk.attlist
Attributes
QName Type Fixed Default Use Annotation
id xs:nonNegativeInteger required
The disk ID / device for the VM disk
Source
<xs:attributeGroup name="k.vmdisk.id.attribute">
  <xs:attribute name="id" use="required" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The disk ID / device for the VM disk</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmdvd.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id145 kiwi0.tmp#id144 kiwi0.tmp#id147 kiwi0.tmp#id146
Used by
Element vmdvd
Attributes
QName Type Fixed Default Use Annotation
controller restriction of xs:token required
The CD/DVD controller used for the VM guest
id xs:nonNegativeInteger required
The CD/DVD ID for the VM CD rom drive
Source
<xs:attributeGroup name="k.vmdvd.attlist">
  <xs:attributeGroup ref="k.vmdvd.controller.attribute"/>
  <xs:attributeGroup ref="k.vmdvd.id.attribute"/>
</xs:attributeGroup>
Attribute Group k.vmdvd.controller.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id145
Used by
Attribute Group k.vmdvd.attlist
Attributes
QName Type Fixed Default Use Annotation
controller restriction of xs:token required
The CD/DVD controller used for the VM guest
Source
<xs:attributeGroup name="k.vmdvd.controller.attribute">
  <xs:attribute name="controller" use="required">
    <xs:annotation>
      <xs:documentation>The CD/DVD controller used for the VM guest</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ide"/>
        <xs:enumeration value="scsi"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmdvd.id.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id147
Used by
Attribute Group k.vmdvd.attlist
Attributes
QName Type Fixed Default Use Annotation
id xs:nonNegativeInteger required
The CD/DVD ID for the VM CD rom drive
Source
<xs:attributeGroup name="k.vmdvd.id.attribute">
  <xs:attribute name="id" use="required" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The CD/DVD ID for the VM CD rom drive</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.machine.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id149 kiwi0.tmp#id150 kiwi0.tmp#id151 kiwi0.tmp#id152 kiwi0.tmp#id153
Used by
Element machine
Attributes
QName Type Fixed Default Use Annotation
HWversion xs:integer optional
The virtual HW version number for the VM configuration
arch restriction of xs:token optional
the VM architecture type
domain restriction of xs:token optional
The domain setup for the VM (xen only)
guestOS optional
the virtual guestOS identification string for the VM
memory optional
The memory setup for the guest VM.
Source
<xs:attributeGroup name="k.machine.attlist">
  <xs:attribute name="arch">
    <xs:annotation>
      <xs:documentation>the VM architecture type</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ix86"/>
        <xs:enumeration value="x86_64"/>
        <xs:enumeration value="%arch"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="HWversion" type="xs:integer">
    <xs:annotation>
      <xs:documentation>The virtual HW version number for the VM configuration</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="guestOS">
    <xs:annotation>
      <xs:documentation>the virtual guestOS identification string for the VM</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="memory">
    <xs:annotation>
      <xs:documentation>The memory setup for the guest VM.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="domain">
    <xs:annotation>
      <xs:documentation>The domain setup for the VM (xen only)</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="dom0"/>
        <xs:enumeration value="domU"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id156 kiwi0.tmp#id155 kiwi0.tmp#id157 kiwi0.tmp#id158 kiwi0.tmp#id159 kiwi0.tmp#id160 kiwi0.tmp#id161 kiwi0.tmp#id162 kiwi0.tmp#id163 kiwi0.tmp#id164 kiwi0.tmp#id165 kiwi0.tmp#id166 kiwi0.tmp#id167 kiwi0.tmp#id168 kiwi0.tmp#id169 kiwi0.tmp#id170 kiwi0.tmp#id171 kiwi0.tmp#id172 kiwi0.tmp#id173 kiwi0.tmp#id174 kiwi0.tmp#id175 kiwi0.tmp#id176 kiwi0.tmp#id177 kiwi0.tmp#id178 kiwi0.tmp#id179 kiwi0.tmp#id180
Used by
Element type
Attributes
QName Type Fixed Default Use Annotation
baseroot optional
Specify the path to a pre created base root system.
boot optional
bootkernel optional
bootloader restriction of xs:token optional
bootprofile optional
checkprebuilt xs:boolean optional
compressed xs:boolean optional
filesystem restriction of xs:token optional
flags restriction of xs:token optional
format restriction of xs:token optional
Specifies the format of the virtual disk.
fsnocheck xs:boolean optional
Turn off periodic filesystem checks on ext2/3/4.
fsreadonly restriction of xs:token optional
Specifies the filesystem for the read-only part of a split image
fsreadwrite restriction of xs:token optional
Specifies the filesystem for the read-write part of a split image
hybrid xs:boolean optional
hybridpersistent xs:boolean optional
image restriction of xs:token required
Specifies the image type
installboot restriction of xs:token optional
installiso xs:boolean optional
Specifies if a install iso should be created (oem only)
installstick xs:boolean optional
Specifies if a install stick should be created (oem only)
kernelcmdline optional
luks optional
lvm xs:boolean optional
primary xs:boolean optional
Specifies the primary type (choose KIWI option type)
vga optional
volid optional
Source
<xs:attributeGroup name="k.type.attlist">
  <xs:attributeGroup ref="k.type.image.attribute"/>
  <xs:attribute name="fsnocheck" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>Turn off periodic filesystem checks on ext2/3/4.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="lvm" type="xs:boolean"/>
  <xs:attribute name="checkprebuilt" type="xs:boolean"/>
  <xs:attribute name="bootprofile"/>
  <xs:attribute name="bootkernel"/>
  <xs:attribute name="boot"/>
  <xs:attribute name="volid"/>
  <xs:attribute name="flags">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="clic"/>
        <xs:enumeration value="compressed"/>
        <xs:enumeration value="unified"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="hybrid" type="xs:boolean"/>
  <xs:attribute name="hybridpersistent" type="xs:boolean"/>
  <xs:attribute name="bootloader">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="extlinux"/>
        <xs:enumeration value="grub"/>
        <xs:enumeration value="syslinux"/>
        <xs:enumeration value="zipl"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="installboot">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="failsafe-install"/>
        <xs:enumeration value="harddisk"/>
        <xs:enumeration value="install"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="compressed" type="xs:boolean"/>
  <xs:attribute name="vga"/>
  <xs:attribute name="luks"/>
  <xs:attribute name="filesystem">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="btrfs"/>
        <xs:enumeration value="clicfs"/>
        <xs:enumeration value="ext2"/>
        <xs:enumeration value="ext3"/>
        <xs:enumeration value="ext4"/>
        <xs:enumeration value="reiserfs"/>
        <xs:enumeration value="squashfs"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="fsreadonly">
    <xs:annotation>
      <xs:documentation>Specifies the filesystem for the read-only part of a split image</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="btrfs"/>
        <xs:enumeration value="ext2"/>
        <xs:enumeration value="ext3"/>
        <xs:enumeration value="ext4"/>
        <xs:enumeration value="reiserfs"/>
        <xs:enumeration value="squashfs"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="fsreadwrite">
    <xs:annotation>
      <xs:documentation>Specifies the filesystem for the read-write part of a split image</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="btrfs"/>
        <xs:enumeration value="ext2"/>
        <xs:enumeration value="ext3"/>
        <xs:enumeration value="ext4"/>
        <xs:enumeration value="reiserfs"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="baseroot">
    <xs:annotation>
      <xs:documentation>Specify the path to a pre created base root system.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="format">
    <xs:annotation>
      <xs:documentation>Specifies the format of the virtual disk.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ec2"/>
        <xs:enumeration value="ovf"/>
        <xs:enumeration value="qcow2"/>
        <xs:enumeration value="vmdk"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="installiso" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>Specifies if a install iso should be created (oem only)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="installstick" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>Specifies if a install stick should be created (oem only)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="primary" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>Specifies the primary type (choose KIWI option type)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="kernelcmdline"/>
</xs:attributeGroup>
Attribute Group k.type.image.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id156
Used by
Attribute Group k.type.attlist
Attributes
QName Type Fixed Default Use Annotation
image restriction of xs:token required
Specifies the image type
Source
<xs:attributeGroup name="k.type.image.attribute">
  <xs:attribute name="image" use="required">
    <xs:annotation>
      <xs:documentation>Specifies the image type</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="btrfs"/>
        <xs:enumeration value="clicfs"/>
        <xs:enumeration value="cpio"/>
        <xs:enumeration value="ext2"/>
        <xs:enumeration value="ext3"/>
        <xs:enumeration value="ext4"/>
        <xs:enumeration value="iso"/>
        <xs:enumeration value="oem"/>
        <xs:enumeration value="product"/>
        <xs:enumeration value="pxe"/>
        <xs:enumeration value="reiserfs"/>
        <xs:enumeration value="split"/>
        <xs:enumeration value="squashfs"/>
        <xs:enumeration value="usb"/>
        <xs:enumeration value="vmx"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.preferences.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id198
Used by
Element preferences
Attributes
QName Type Fixed Default Use Annotation
profiles optional
A profile name which binds the section to this name
Source
<xs:attributeGroup name="k.preferences.attlist">
  <xs:attribute name="profiles">
    <xs:annotation>
      <xs:documentation>A profile name which binds the section to this name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.profile.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id202 kiwi0.tmp#id204 kiwi0.tmp#id203 kiwi0.tmp#id205
Used by
Element profile
Attributes
QName Type Fixed Default Use Annotation
description required
Description of how this profiles influences the image
import xs:boolean optional
name required
A name
Source
<xs:attributeGroup name="k.profile.attlist">
  <xs:attributeGroup ref="k.profile.name.attribute"/>
  <xs:attributeGroup ref="k.profile.description.attribute"/>
  <xs:attribute name="import" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.profile.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.profile.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.profile.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.profile.description.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id204
Used by
Attribute Group k.profile.attlist
Attributes
QName Type Fixed Default Use Annotation
description required
Description of how this profiles influences the image
Source
<xs:attributeGroup name="k.profile.description.attribute">
  <xs:attribute name="description" use="required">
    <xs:annotation>
      <xs:documentation>Description of how this profiles influences the image</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.arch.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id211 kiwi0.tmp#id210 kiwi0.tmp#id120 kiwi0.tmp#id213 kiwi0.tmp#id214
Used by
Element arch
Attributes
QName Type Fixed Default Use Annotation
fallback xs:IDREF optional
id xs:ID required
An ID
name required
A name
Source
<xs:attributeGroup name="k.arch.attlist">
  <xs:attributeGroup ref="k.arch.id.attribute"/>
  <xs:attributeGroup ref="k.arch.name.attribute"/>
  <xs:attribute name="fallback" type="xs:IDREF"/>
</xs:attributeGroup>
Attribute Group k.arch.id.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id212 kiwi0.tmp#id211
Used by
Attribute Group k.arch.attlist
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
An ID
Source
<xs:attributeGroup name="k.arch.id.attribute">
  <xs:attributeGroup ref="k.id.attribute"/>
</xs:attributeGroup>
Attribute Group k.id.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id212
Used by
Attribute Group k.arch.id.attribute
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
An ID
Source
<xs:attributeGroup name="k.id.attribute">
  <xs:attribute name="id" use="required" type="xs:ID">
    <xs:annotation>
      <xs:documentation>An ID</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.arch.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.arch.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.arch.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.requiredarch.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id218 kiwi0.tmp#id217
Used by
Element requiredarch
Attributes
QName Type Fixed Default Use Annotation
ref xs:IDREF required
Source
<xs:attributeGroup name="k.requiredarch.attlist">
  <xs:attributeGroup ref="k.requiredarch.ref.attribute"/>
</xs:attributeGroup>
Attribute Group k.requiredarch.ref.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id218
Used by
Attribute Group k.requiredarch.attlist
Attributes
QName Type Fixed Default Use Annotation
ref xs:IDREF required
Source
<xs:attributeGroup name="k.requiredarch.ref.attribute">
  <xs:attribute name="ref" use="required" type="xs:IDREF"/>
</xs:attributeGroup>
Attribute Group k.productoption.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Element productoption
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.productoption.attlist">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.productinfo.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Element productinfo
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.productinfo.attlist">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.productvar.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Element productvar
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.productvar.attlist">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.source.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id231 kiwi0.tmp#id230
Used by
Element source
Attributes
QName Type Fixed Default Use Annotation
path required
A path
Source
<xs:attributeGroup name="k.source.attlist">
  <xs:attributeGroup ref="k.source.path.attribute"/>
</xs:attributeGroup>
Attribute Group k.source.path.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id232 kiwi0.tmp#id231
Used by
Attribute Group k.source.attlist
Attributes
QName Type Fixed Default Use Annotation
path required
A path
Source
<xs:attributeGroup name="k.source.path.attribute">
  <xs:attributeGroup ref="k.path.attribute"/>
</xs:attributeGroup>
Attribute Group k.path.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id232
Used by
Attribute Group k.source.path.attribute
Attributes
QName Type Fixed Default Use Annotation
path required
A path
Source
<xs:attributeGroup name="k.path.attribute">
  <xs:attribute name="path" use="required">
    <xs:annotation>
      <xs:documentation>A path</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.instrepo.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id235 kiwi0.tmp#id234 kiwi0.tmp#id237 kiwi0.tmp#id236 kiwi0.tmp#id238 kiwi0.tmp#id239 kiwi0.tmp#id240
Used by
Element instrepo
Attributes
QName Type Fixed Default Use Annotation
local xs:boolean optional
name xs:ID required
priority required
Search priority for packages in this repo
pwd optional
The password
username optional
A name of a user
Source
<xs:attributeGroup name="k.instrepo.attlist">
  <xs:attributeGroup ref="k.instrepo.name.attribute"/>
  <xs:attributeGroup ref="k.instrepo.priority.attribute"/>
  <xs:attribute name="username">
    <xs:annotation>
      <xs:documentation>A name of a user</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="pwd">
    <xs:annotation>
      <xs:documentation>The password</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="local" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.instrepo.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id235
Used by
Attribute Group k.instrepo.attlist
Attributes
QName Type Fixed Default Use Annotation
name xs:ID required
Source
<xs:attributeGroup name="k.instrepo.name.attribute">
  <xs:attribute name="name" use="required" type="xs:ID"/>
</xs:attributeGroup>
Attribute Group k.instrepo.priority.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id237
Used by
Attribute Group k.instrepo.attlist
Attributes
QName Type Fixed Default Use Annotation
priority required
Search priority for packages in this repo
Source
<xs:attributeGroup name="k.instrepo.priority.attribute">
  <xs:attribute name="priority" use="required">
    <xs:annotation>
      <xs:documentation>Search priority for packages in this repo</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.repopackage.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id244 kiwi0.tmp#id245 kiwi0.tmp#id246 kiwi0.tmp#id247 kiwi0.tmp#id248 kiwi0.tmp#id249 kiwi0.tmp#id250 kiwi0.tmp#id251 kiwi0.tmp#id252
Used by
Element repopackage
Attributes
QName Type Fixed Default Use Annotation
addarch optional
arch optional
An architecture
forcerepo xs:IDREF optional
Specifies the search priority
medium xs:nonNegativeInteger optional
name required
A name
onlyarch optional
removearch optional
script optional
source optional
Source
<xs:attributeGroup name="k.repopackage.attlist">
  <xs:attributeGroup ref="k.repopackage.name.attribute"/>
  <xs:attribute name="arch">
    <xs:annotation>
      <xs:documentation>An architecture</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="forcerepo" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>Specifies the search priority</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="addarch"/>
  <xs:attribute name="removearch"/>
  <xs:attribute name="onlyarch"/>
  <xs:attribute name="source"/>
  <xs:attribute name="script"/>
  <xs:attribute name="medium" type="xs:nonNegativeInteger"/>
</xs:attributeGroup>
Attribute Group k.repopackage.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.repopackage.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.repopackage.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.metafile.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id256 kiwi0.tmp#id255 kiwi0.tmp#id258 kiwi0.tmp#id257 kiwi0.tmp#id261 kiwi0.tmp#id260
Used by
Element metafile
Attributes
QName Type Fixed Default Use Annotation
script required
target required
Destination path where to download the file
url required
URL where to find the metafile
Source
<xs:attributeGroup name="k.metafile.attlist">
  <xs:attributeGroup ref="k.metafile.url.attribute"/>
  <xs:attributeGroup ref="k.metafile.script.attribute"/>
  <xs:attributeGroup ref="k.metafile.target.attribute"/>
</xs:attributeGroup>
Attribute Group k.metafile.url.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id256
Used by
Attribute Group k.metafile.attlist
Attributes
QName Type Fixed Default Use Annotation
url required
URL where to find the metafile
Source
<xs:attributeGroup name="k.metafile.url.attribute">
  <xs:attribute name="url" use="required">
    <xs:annotation>
      <xs:documentation>URL where to find the metafile</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.metafile.script.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id259 kiwi0.tmp#id258
Used by
Attribute Group k.metafile.attlist
Attributes
QName Type Fixed Default Use Annotation
script required
Source
<xs:attributeGroup name="k.metafile.script.attribute">
  <xs:attributeGroup ref="k.script.attribute"/>
</xs:attributeGroup>
Attribute Group k.script.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id259
Used by
Attributes
QName Type Fixed Default Use Annotation
script required
Source
<xs:attributeGroup name="k.script.attribute">
  <xs:attribute name="script" use="required"/>
</xs:attributeGroup>
Attribute Group k.metafile.target.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id261
Used by
Attribute Group k.metafile.attlist
Attributes
QName Type Fixed Default Use Annotation
target required
Destination path where to download the file
Source
<xs:attributeGroup name="k.metafile.target.attribute">
  <xs:attribute name="target" use="required">
    <xs:annotation>
      <xs:documentation>Destination path where to download the file</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.chroot.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id264
Used by
Element chroot
Attributes
QName Type Fixed Default Use Annotation
requires required
Source
<xs:attributeGroup name="k.chroot.attlist">
  <xs:attribute name="requires" use="required"/>
</xs:attributeGroup>
Attribute Group k.target.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id270 kiwi0.tmp#id269
Used by
Element target
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.target.attlist">
  <xs:attributeGroup ref="k.target.arch.attribute"/>
</xs:attributeGroup>
Attribute Group k.target.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id271 kiwi0.tmp#id270
Used by
Attribute Group k.target.attlist
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.target.arch.attribute">
  <xs:attributeGroup ref="k.arch.attribute"/>
</xs:attributeGroup>
Attribute Group k.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id271
Used by
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.arch.attribute">
  <xs:attribute name="arch" use="required">
    <xs:annotation>
      <xs:documentation>An architecture</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.user.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id279 kiwi0.tmp#id278 kiwi0.tmp#id280 kiwi0.tmp#id120 kiwi0.tmp#id281 kiwi0.tmp#id283 kiwi0.tmp#id282 kiwi0.tmp#id285 kiwi0.tmp#id286 kiwi0.tmp#id287
Used by
Element user
Attributes
QName Type Fixed Default Use Annotation
home required
The home directory for this user
id xs:nonNegativeInteger optional
The user ID for this user
name required
A name
pwd required
The password
pwdformat restriction of xs:token optional
Format of the given password, encrypted is the default
realname optional
The name of an user
shell optional
The shell for this user
Source
<xs:attributeGroup name="k.user.attlist">
  <xs:attributeGroup ref="k.user.home.attribute"/>
  <xs:attribute name="id" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The user ID for this user</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="k.user.name.attribute"/>
  <xs:attributeGroup ref="k.user.pwd.attribute"/>
  <xs:attribute name="pwdformat">
    <xs:annotation>
      <xs:documentation>Format of the given password, encrypted is the default</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="encrypted"/>
        <xs:enumeration value="plain"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="realname">
    <xs:annotation>
      <xs:documentation>The name of an user</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shell">
    <xs:annotation>
      <xs:documentation>The shell for this user</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.user.home.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id279
Used by
Attribute Group k.user.attlist
Attributes
QName Type Fixed Default Use Annotation
home required
The home directory for this user
Source
<xs:attributeGroup name="k.user.home.attribute">
  <xs:attribute name="home" use="required">
    <xs:annotation>
      <xs:documentation>The home directory for this user</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.user.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.user.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.user.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.user.pwd.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id284 kiwi0.tmp#id283
Used by
Attribute Group k.user.attlist
Attributes
QName Type Fixed Default Use Annotation
pwd required
The password
Source
<xs:attributeGroup name="k.user.pwd.attribute">
  <xs:attributeGroup ref="k.pwd.attribute"/>
</xs:attributeGroup>
Attribute Group k.pwd.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id284
Used by
Attributes
QName Type Fixed Default Use Annotation
pwd required
The password
Source
<xs:attributeGroup name="k.pwd.attribute">
  <xs:attribute name="pwd" use="required">
    <xs:annotation>
      <xs:documentation>The password</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.users.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id290 kiwi0.tmp#id289 kiwi0.tmp#id291
Used by
Element users
Attributes
QName Type Fixed Default Use Annotation
group required
Contains the group to which the user belongs
id xs:nonNegativeInteger optional
Contains the group ID to which the user belongs
Source
<xs:attributeGroup name="k.users.attlist">
  <xs:attributeGroup ref="k.users.group.attribute"/>
  <xs:attribute name="id" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>Contains the group ID to which the user belongs</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.users.group.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id290
Used by
Attribute Group k.users.attlist
Attributes
QName Type Fixed Default Use Annotation
group required
Contains the group to which the user belongs
Source
<xs:attributeGroup name="k.users.group.attribute">
  <xs:attribute name="group" use="required">
    <xs:annotation>
      <xs:documentation>Contains the group to which the user belongs</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.drivers.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id295 kiwi0.tmp#id294 kiwi0.tmp#id296
Used by
Element drivers
Attributes
QName Type Fixed Default Use Annotation
profiles optional
A profile name which binds the section to this name
type restriction of xs:token required
Source
<xs:attributeGroup name="k.drivers.attlist">
  <xs:attributeGroup ref="k.drivers.type.attribute"/>
  <xs:attribute name="profiles">
    <xs:annotation>
      <xs:documentation>A profile name which binds the section to this name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.drivers.type.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id295
Used by
Attribute Group k.drivers.attlist
Attributes
QName Type Fixed Default Use Annotation
type restriction of xs:token required
Source
<xs:attributeGroup name="k.drivers.type.attribute">
  <xs:attribute name="type" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="drivers"/>
        <xs:enumeration value="netdrivers"/>
        <xs:enumeration value="scsidrivers"/>
        <xs:enumeration value="usbdrivers"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.repository.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id300 kiwi0.tmp#id299 kiwi0.tmp#id301 kiwi0.tmp#id302 kiwi0.tmp#id303 kiwi0.tmp#id304
Used by
Element repository
Attributes
QName Type Fixed Default Use Annotation
alias optional
priority xs:integer optional
profiles optional
A profile name which binds the section to this name
status restriction of xs:token optional
type restriction of xs:token required
Type of repository
Source
<xs:attributeGroup name="k.repository.attlist">
  <xs:attributeGroup ref="k.repository.type.attribute"/>
  <xs:attribute name="profiles">
    <xs:annotation>
      <xs:documentation>A profile name which binds the section to this name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="status">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="fixed"/>
        <xs:enumeration value="replaceable"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="alias"/>
  <xs:attribute name="priority" type="xs:integer"/>
</xs:attributeGroup>
Attribute Group k.repository.type.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id300
Used by
Attribute Group k.repository.attlist
Attributes
QName Type Fixed Default Use Annotation
type restriction of xs:token required
Type of repository
Source
<xs:attributeGroup name="k.repository.type.attribute">
  <xs:attribute name="type" use="required">
    <xs:annotation>
      <xs:documentation>Type of repository</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="apt-deb"/>
        <xs:enumeration value="apt-rpm"/>
        <xs:enumeration value="deb-dir"/>
        <xs:enumeration value="mirrors"/>
        <xs:enumeration value="red-carpet"/>
        <xs:enumeration value="rpm-dir"/>
        <xs:enumeration value="rpm-md"/>
        <xs:enumeration value="slack-site"/>
        <xs:enumeration value="up2date-mirrors"/>
        <xs:enumeration value="urpmi"/>
        <xs:enumeration value="yast2"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.package.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id308 kiwi0.tmp#id309 kiwi0.tmp#id310 kiwi0.tmp#id311 kiwi0.tmp#id312
Used by
Element package
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
bootdelete xs:boolean optional
bootinclude xs:boolean optional
name required
A name
replaces optional
Replace package with some other package
Source
<xs:attributeGroup name="k.package.attlist">
  <xs:attributeGroup ref="k.package.name.attribute"/>
  <xs:attribute name="arch">
    <xs:annotation>
      <xs:documentation>An architecture</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="replaces">
    <xs:annotation>
      <xs:documentation>Replace package with some other package</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="bootdelete" type="xs:boolean"/>
  <xs:attribute name="bootinclude" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.package.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.package.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.package.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.opensusepattern.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id315 kiwi0.tmp#id316
Used by
Element opensusePattern
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
name required
A name
Source
<xs:attributeGroup name="k.opensusepattern.attlist">
  <xs:attributeGroup ref="k.opensusepattern.name.attribute"/>
  <xs:attribute name="arch">
    <xs:annotation>
      <xs:documentation>An architecture</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.opensusepattern.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.opensusepattern.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.opensusepattern.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.rhelgroup.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id319 kiwi0.tmp#id320
Used by
Element rhelGroup
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
name required
A name
Source
<xs:attributeGroup name="k.rhelgroup.attlist">
  <xs:attributeGroup ref="k.rhelgroup.name.attribute"/>
  <xs:attribute name="arch">
    <xs:annotation>
      <xs:documentation>An architecture</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.rhelgroup.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.rhelgroup.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.rhelgroup.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.opensuseproduct.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id323 kiwi0.tmp#id324
Used by
Element opensuseProduct
Attributes
QName Type Fixed Default Use Annotation
arch optional
An architecture
name required
A name
Source
<xs:attributeGroup name="k.opensuseproduct.attlist">
  <xs:attributeGroup ref="k.opensuseproduct.name.attribute"/>
  <xs:attribute name="arch">
    <xs:annotation>
      <xs:documentation>An architecture</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.opensuseproduct.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.opensuseproduct.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.opensuseproduct.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.ignore.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id327
Used by
Element ignore
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.ignore.attlist">
  <xs:attributeGroup ref="k.ignore.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.ignore.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.ignore.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.ignore.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.archive.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id120 kiwi0.tmp#id330 kiwi0.tmp#id331
Used by
Element archive
Attributes
QName Type Fixed Default Use Annotation
bootinclude xs:boolean optional
name required
A name
Source
<xs:attributeGroup name="k.archive.attlist">
  <xs:attributeGroup ref="k.archive.name.attribute"/>
  <xs:attribute name="bootinclude" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.archive.name.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id121 kiwi0.tmp#id120
Used by
Attribute Group k.archive.attlist
Attributes
QName Type Fixed Default Use Annotation
name required
A name
Source
<xs:attributeGroup name="k.archive.name.attribute">
  <xs:attributeGroup ref="k.name.attribute"/>
</xs:attributeGroup>
Attribute Group k.packages.attlist
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id334 kiwi0.tmp#id333 kiwi0.tmp#id335 kiwi0.tmp#id336
Used by
Element packages
Attributes
QName Type Fixed Default Use Annotation
patternType restriction of xs:token optional
profiles optional
type restriction of xs:token required
Source
<xs:attributeGroup name="k.packages.attlist">
  <xs:attributeGroup ref="k.packages.type.attribute"/>
  <xs:attribute name="profiles"/>
  <xs:attribute name="patternType">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="onlyRequired"/>
        <xs:enumeration value="plusRecommended"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.packages.type.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id334
Used by
Attribute Group k.packages.attlist
Attributes
QName Type Fixed Default Use Annotation
type restriction of xs:token required
Source
<xs:attributeGroup name="k.packages.type.attribute">
  <xs:attribute name="type" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="bootstrap"/>
        <xs:enumeration value="delete"/>
        <xs:enumeration value="image"/>
        <xs:enumeration value="iso"/>
        <xs:enumeration value="oem"/>
        <xs:enumeration value="pxe"/>
        <xs:enumeration value="split"/>
        <xs:enumeration value="testsuite"/>
        <xs:enumeration value="usb"/>
        <xs:enumeration value="vmx"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.replaces.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id338
Used by
Attributes
QName Type Fixed Default Use Annotation
replaces required
Replace package with some other package
Source
<xs:attributeGroup name="k.replaces.attribute">
  <xs:attribute name="replaces" use="required">
    <xs:annotation>
      <xs:documentation>Replace package with some other package</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.bootinclude.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id340
Used by
Attributes
QName Type Fixed Default Use Annotation
bootinclude xs:boolean required
Source
<xs:attributeGroup name="k.bootinclude.attribute">
  <xs:attribute name="bootinclude" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.bootdelete.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id342
Used by
Attributes
QName Type Fixed Default Use Annotation
bootdelete xs:boolean required
Source
<xs:attributeGroup name="k.bootdelete.attribute">
  <xs:attribute name="bootdelete" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.description.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id344
Attributes
QName Type Fixed Default Use Annotation
description required
A short description
Source
<xs:attributeGroup name="k.description.attribute">
  <xs:attribute name="description" use="required">
    <xs:annotation>
      <xs:documentation>A short description</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.profiles.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id346
Used by
Attributes
QName Type Fixed Default Use Annotation
profiles required
A profile name which binds the section to this name
Source
<xs:attributeGroup name="k.profiles.attribute">
  <xs:attribute name="profiles" use="required">
    <xs:annotation>
      <xs:documentation>A profile name which binds the section to this name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.size.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id348
Used by
Attribute Group k.partition.size.attribute
Attributes
QName Type Fixed Default Use Annotation
size size-type required
A partition size or optional image size
Source
<xs:attributeGroup name="k.size.attribute">
  <xs:attribute name="size" use="required" type="size-type">
    <xs:annotation>
      <xs:documentation>A partition size or optional image size</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.username.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id350
Used by
Attributes
QName Type Fixed Default Use Annotation
username required
A name of a user
Source
<xs:attributeGroup name="k.username.attribute">
  <xs:attribute name="username" use="required">
    <xs:annotation>
      <xs:documentation>A name of a user</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.configuration.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id271 kiwi0.tmp#id270
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.configuration.arch.attribute">
  <xs:attributeGroup ref="k.arch.attribute"/>
</xs:attributeGroup>
Attribute Group k.file.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id271 kiwi0.tmp#id270
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.file.arch.attribute">
  <xs:attributeGroup ref="k.arch.attribute"/>
</xs:attributeGroup>
Attribute Group k.instrepo.username.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id350 kiwi0.tmp#id349
Attributes
QName Type Fixed Default Use Annotation
username required
A name of a user
Source
<xs:attributeGroup name="k.instrepo.username.attribute">
  <xs:attributeGroup ref="k.username.attribute"/>
</xs:attributeGroup>
Attribute Group k.instrepo.pwd.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id284 kiwi0.tmp#id283
Attributes
QName Type Fixed Default Use Annotation
pwd required
The password
Source
<xs:attributeGroup name="k.instrepo.pwd.attribute">
  <xs:attributeGroup ref="k.pwd.attribute"/>
</xs:attributeGroup>
Attribute Group k.instrepo.local.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id356
Attributes
QName Type Fixed Default Use Annotation
local xs:boolean required
Source
<xs:attributeGroup name="k.instrepo.local.attribute">
  <xs:attribute name="local" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.opensusepattern.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id271 kiwi0.tmp#id270
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.opensusepattern.arch.attribute">
  <xs:attributeGroup ref="k.arch.attribute"/>
</xs:attributeGroup>
Attribute Group k.rhelgroup.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id271 kiwi0.tmp#id270
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.rhelgroup.arch.attribute">
  <xs:attributeGroup ref="k.arch.attribute"/>
</xs:attributeGroup>
Attribute Group k.opensuseproduct.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id271 kiwi0.tmp#id270
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.opensuseproduct.arch.attribute">
  <xs:attributeGroup ref="k.arch.attribute"/>
</xs:attributeGroup>
Attribute Group k.repopackage.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id271 kiwi0.tmp#id270
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.repopackage.arch.attribute">
  <xs:attributeGroup ref="k.arch.attribute"/>
</xs:attributeGroup>
Attribute Group k.repopackage.forcerepo.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id362
Attributes
QName Type Fixed Default Use Annotation
forcerepo xs:IDREF required
Specifies the search priority
Source
<xs:attributeGroup name="k.repopackage.forcerepo.attribute">
  <xs:attribute name="forcerepo" use="required" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>Specifies the search priority</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.repopackage.addarch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id364
Attributes
QName Type Fixed Default Use Annotation
addarch required
Source
<xs:attributeGroup name="k.repopackage.addarch.attribute">
  <xs:attribute name="addarch" use="required"/>
</xs:attributeGroup>
Attribute Group k.repopackage.removearch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id366
Attributes
QName Type Fixed Default Use Annotation
removearch required
Source
<xs:attributeGroup name="k.repopackage.removearch.attribute">
  <xs:attribute name="removearch" use="required"/>
</xs:attributeGroup>
Attribute Group k.repopackage.onlyarch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id368
Attributes
QName Type Fixed Default Use Annotation
onlyarch required
Source
<xs:attributeGroup name="k.repopackage.onlyarch.attribute">
  <xs:attribute name="onlyarch" use="required"/>
</xs:attributeGroup>
Attribute Group k.repopackage.medium.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id370
Attributes
QName Type Fixed Default Use Annotation
medium xs:nonNegativeInteger required
Source
<xs:attributeGroup name="k.repopackage.medium.attribute">
  <xs:attribute name="medium" use="required" type="xs:nonNegativeInteger"/>
</xs:attributeGroup>
Attribute Group k.repopackage.source.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id103 kiwi0.tmp#id102
Attributes
QName Type Fixed Default Use Annotation
source required
Source
<xs:attributeGroup name="k.repopackage.source.attribute">
  <xs:attributeGroup ref="k.source.attribute"/>
</xs:attributeGroup>
Attribute Group k.repopackage.script.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id259 kiwi0.tmp#id258
Attributes
QName Type Fixed Default Use Annotation
script required
Source
<xs:attributeGroup name="k.repopackage.script.attribute">
  <xs:attributeGroup ref="k.script.attribute"/>
</xs:attributeGroup>
Attribute Group k.package.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id271 kiwi0.tmp#id270
Attributes
QName Type Fixed Default Use Annotation
arch required
An architecture
Source
<xs:attributeGroup name="k.package.arch.attribute">
  <xs:attributeGroup ref="k.arch.attribute"/>
</xs:attributeGroup>
Attribute Group k.package.replaces.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id338 kiwi0.tmp#id337
Attributes
QName Type Fixed Default Use Annotation
replaces required
Replace package with some other package
Source
<xs:attributeGroup name="k.package.replaces.attribute">
  <xs:attributeGroup ref="k.replaces.attribute"/>
</xs:attributeGroup>
Attribute Group k.package.bootinclude.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id340 kiwi0.tmp#id339
Attributes
QName Type Fixed Default Use Annotation
bootinclude xs:boolean required
Source
<xs:attributeGroup name="k.package.bootinclude.attribute">
  <xs:attributeGroup ref="k.bootinclude.attribute"/>
</xs:attributeGroup>
Attribute Group k.package.bootdelete.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id342 kiwi0.tmp#id341
Attributes
QName Type Fixed Default Use Annotation
bootdelete xs:boolean required
Source
<xs:attributeGroup name="k.package.bootdelete.attribute">
  <xs:attributeGroup ref="k.bootdelete.attribute"/>
</xs:attributeGroup>
Attribute Group k.archive.bootinclude.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id340 kiwi0.tmp#id339
Attributes
QName Type Fixed Default Use Annotation
bootinclude xs:boolean required
Source
<xs:attributeGroup name="k.archive.bootinclude.attribute">
  <xs:attributeGroup ref="k.bootinclude.attribute"/>
</xs:attributeGroup>
Attribute Group k.partitions.device.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id379
Attributes
QName Type Fixed Default Use Annotation
device required
Source
<xs:attributeGroup name="k.partitions.device.attribute">
  <xs:attribute name="device" use="required"/>
</xs:attributeGroup>
Attribute Group k.partition.size.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id348 kiwi0.tmp#id347
Attributes
QName Type Fixed Default Use Annotation
size size-type required
A partition size or optional image size
Source
<xs:attributeGroup name="k.partition.size.attribute">
  <xs:attributeGroup ref="k.size.attribute"/>
</xs:attributeGroup>
Attribute Group k.partition.mountpoint.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id382
Attributes
QName Type Fixed Default Use Annotation
mountpoint required
Mount path for this partition
Source
<xs:attributeGroup name="k.partition.mountpoint.attribute">
  <xs:attribute name="mountpoint" use="required">
    <xs:annotation>
      <xs:documentation>Mount path for this partition</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.partition.target.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id384
Attributes
QName Type Fixed Default Use Annotation
target xs:boolean required
Source
<xs:attributeGroup name="k.partition.target.attribute">
  <xs:attribute name="target" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.profile.import.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id386
Attributes
QName Type Fixed Default Use Annotation
import xs:boolean required
Source
<xs:attributeGroup name="k.profile.import.attribute">
  <xs:attribute name="import" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.repository.profiles.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id346 kiwi0.tmp#id345
Attributes
QName Type Fixed Default Use Annotation
profiles required
A profile name which binds the section to this name
Source
<xs:attributeGroup name="k.repository.profiles.attribute">
  <xs:attributeGroup ref="k.profiles.attribute"/>
</xs:attributeGroup>
Attribute Group k.repository.status.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id389
Attributes
QName Type Fixed Default Use Annotation
status restriction of xs:token required
Source
<xs:attributeGroup name="k.repository.status.attribute">
  <xs:attribute name="status" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="fixed"/>
        <xs:enumeration value="replaceable"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.repository.alias.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id391
Attributes
QName Type Fixed Default Use Annotation
alias required
Source
<xs:attributeGroup name="k.repository.alias.attribute">
  <xs:attribute name="alias" use="required"/>
</xs:attributeGroup>
Attribute Group k.repository.priority.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id393
Attributes
QName Type Fixed Default Use Annotation
priority xs:integer required
Source
<xs:attributeGroup name="k.repository.priority.attribute">
  <xs:attribute name="priority" use="required" type="xs:integer"/>
</xs:attributeGroup>
Attribute Group k.size.unit.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id395
Attributes
QName Type Fixed Default Use Annotation
unit restriction of xs:token required
The unit of the image
Source
<xs:attributeGroup name="k.size.unit.attribute">
  <xs:attribute name="unit" use="required">
    <xs:annotation>
      <xs:documentation>The unit of the image</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="M"/>
        <xs:enumeration value="G"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.size.additive.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id397
Attributes
QName Type Fixed Default Use Annotation
additive xs:boolean required
Source
<xs:attributeGroup name="k.size.additive.attribute">
  <xs:attribute name="additive" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.type.fsnocheck.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id399
Attributes
QName Type Fixed Default Use Annotation
fsnocheck xs:boolean required
Turn off periodic filesystem checks on ext2/3/4.
Source
<xs:attributeGroup name="k.type.fsnocheck.attribute">
  <xs:attribute name="fsnocheck" use="required" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>Turn off periodic filesystem checks on ext2/3/4.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.lvm.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id401
Attributes
QName Type Fixed Default Use Annotation
lvm xs:boolean required
Source
<xs:attributeGroup name="k.type.lvm.attribute">
  <xs:attribute name="lvm" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.type.baseroot.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id403
Attributes
QName Type Fixed Default Use Annotation
baseroot required
Specify the path to a pre created base root system.
Source
<xs:attributeGroup name="k.type.baseroot.attribute">
  <xs:attribute name="baseroot" use="required">
    <xs:annotation>
      <xs:documentation>Specify the path to a pre created base root system.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.bootprofile.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id405
Attributes
QName Type Fixed Default Use Annotation
bootprofile required
Source
<xs:attributeGroup name="k.type.bootprofile.attribute">
  <xs:attribute name="bootprofile" use="required"/>
</xs:attributeGroup>
Attribute Group k.type.bootkernel.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id407
Attributes
QName Type Fixed Default Use Annotation
bootkernel required
Source
<xs:attributeGroup name="k.type.bootkernel.attribute">
  <xs:attribute name="bootkernel" use="required"/>
</xs:attributeGroup>
Attribute Group k.type.boot.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id409
Attributes
QName Type Fixed Default Use Annotation
boot required
Source
<xs:attributeGroup name="k.type.boot.attribute">
  <xs:attribute name="boot" use="required"/>
</xs:attributeGroup>
Attribute Group k.type.checkprebuilt.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id411
Attributes
QName Type Fixed Default Use Annotation
checkprebuilt xs:boolean required
Source
<xs:attributeGroup name="k.type.checkprebuilt.attribute">
  <xs:attribute name="checkprebuilt" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.type.volid.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id413
Attributes
QName Type Fixed Default Use Annotation
volid required
Source
<xs:attributeGroup name="k.type.volid.attribute">
  <xs:attribute name="volid" use="required"/>
</xs:attributeGroup>
Attribute Group k.type.flags.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id415
Attributes
QName Type Fixed Default Use Annotation
flags restriction of xs:token required
Source
<xs:attributeGroup name="k.type.flags.attribute">
  <xs:attribute name="flags" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="clic"/>
        <xs:enumeration value="compressed"/>
        <xs:enumeration value="unified"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.hybrid.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id417
Attributes
QName Type Fixed Default Use Annotation
hybrid xs:boolean required
Source
<xs:attributeGroup name="k.type.hybrid.attribute">
  <xs:attribute name="hybrid" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.type.hybridpersistent.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id419
Attributes
QName Type Fixed Default Use Annotation
hybridpersistent xs:boolean required
Source
<xs:attributeGroup name="k.type.hybridpersistent.attribute">
  <xs:attribute name="hybridpersistent" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.type.bootloader.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id421
Attributes
QName Type Fixed Default Use Annotation
bootloader restriction of xs:token required
Source
<xs:attributeGroup name="k.type.bootloader.attribute">
  <xs:attribute name="bootloader" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="extlinux"/>
        <xs:enumeration value="grub"/>
        <xs:enumeration value="syslinux"/>
        <xs:enumeration value="zipl"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.installboot.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id423
Attributes
QName Type Fixed Default Use Annotation
installboot restriction of xs:token required
Source
<xs:attributeGroup name="k.type.installboot.attribute">
  <xs:attribute name="installboot" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="failsafe-install"/>
        <xs:enumeration value="harddisk"/>
        <xs:enumeration value="install"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.compressed.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id425
Attributes
QName Type Fixed Default Use Annotation
compressed xs:boolean required
Source
<xs:attributeGroup name="k.type.compressed.attribute">
  <xs:attribute name="compressed" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group k.type.vga.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id427
Attributes
QName Type Fixed Default Use Annotation
vga required
Source
<xs:attributeGroup name="k.type.vga.attribute">
  <xs:attribute name="vga" use="required"/>
</xs:attributeGroup>
Attribute Group k.type.luks.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id429
Attributes
QName Type Fixed Default Use Annotation
luks required
Source
<xs:attributeGroup name="k.type.luks.attribute">
  <xs:attribute name="luks" use="required"/>
</xs:attributeGroup>
Attribute Group k.type.filesystem.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id431
Attributes
QName Type Fixed Default Use Annotation
filesystem restriction of xs:token required
Source
<xs:attributeGroup name="k.type.filesystem.attribute">
  <xs:attribute name="filesystem" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="btrfs"/>
        <xs:enumeration value="clicfs"/>
        <xs:enumeration value="ext2"/>
        <xs:enumeration value="ext3"/>
        <xs:enumeration value="ext4"/>
        <xs:enumeration value="reiserfs"/>
        <xs:enumeration value="squashfs"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.fsreadonly.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id433
Attributes
QName Type Fixed Default Use Annotation
fsreadonly restriction of xs:token required
Specifies the filesystem for the read-only part of a split image
Source
<xs:attributeGroup name="k.type.fsreadonly.attribute">
  <xs:attribute name="fsreadonly" use="required">
    <xs:annotation>
      <xs:documentation>Specifies the filesystem for the read-only part of a split image</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="btrfs"/>
        <xs:enumeration value="ext2"/>
        <xs:enumeration value="ext3"/>
        <xs:enumeration value="ext4"/>
        <xs:enumeration value="reiserfs"/>
        <xs:enumeration value="squashfs"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.fsreadwrite.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id435
Attributes
QName Type Fixed Default Use Annotation
fsreadwrite restriction of xs:token required
Specifies the filesystem for the read-write part of a split image
Source
<xs:attributeGroup name="k.type.fsreadwrite.attribute">
  <xs:attribute name="fsreadwrite" use="required">
    <xs:annotation>
      <xs:documentation>Specifies the filesystem for the read-write part of a split image</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="btrfs"/>
        <xs:enumeration value="ext2"/>
        <xs:enumeration value="ext3"/>
        <xs:enumeration value="ext4"/>
        <xs:enumeration value="reiserfs"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.format.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id437
Attributes
QName Type Fixed Default Use Annotation
format restriction of xs:token required
Specifies the format of the virtual disk.
Source
<xs:attributeGroup name="k.type.format.attribute">
  <xs:attribute name="format" use="required">
    <xs:annotation>
      <xs:documentation>Specifies the format of the virtual disk.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ec2"/>
        <xs:enumeration value="ovf"/>
        <xs:enumeration value="qcow2"/>
        <xs:enumeration value="vmdk"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.installiso.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id439
Attributes
QName Type Fixed Default Use Annotation
installiso xs:boolean required
Specifies if a install iso should be created (oem only)
Source
<xs:attributeGroup name="k.type.installiso.attribute">
  <xs:attribute name="installiso" use="required" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>Specifies if a install iso should be created (oem only)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.installstick.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id441
Attributes
QName Type Fixed Default Use Annotation
installstick xs:boolean required
Specifies if a install stick should be created (oem only)
Source
<xs:attributeGroup name="k.type.installstick.attribute">
  <xs:attribute name="installstick" use="required" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>Specifies if a install stick should be created (oem only)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.primary.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id443
Attributes
QName Type Fixed Default Use Annotation
primary xs:boolean required
Specifies the primary type (choose KIWI option type)
Source
<xs:attributeGroup name="k.type.primary.attribute">
  <xs:attribute name="primary" use="required" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>Specifies the primary type (choose KIWI option type)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.type.kernelcmdline.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id445
Attributes
QName Type Fixed Default Use Annotation
kernelcmdline required
Source
<xs:attributeGroup name="k.type.kernelcmdline.attribute">
  <xs:attribute name="kernelcmdline" use="required"/>
</xs:attributeGroup>
Attribute Group k.volume.freespace.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id447
Attributes
QName Type Fixed Default Use Annotation
freespace volume-size-type required
Source
<xs:attributeGroup name="k.volume.freespace.attribute">
  <xs:attribute name="freespace" use="required" type="volume-size-type"/>
</xs:attributeGroup>
Attribute Group k.volume.size.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id449
Attributes
QName Type Fixed Default Use Annotation
size volume-size-type required
Source
<xs:attributeGroup name="k.volume.size.attribute">
  <xs:attribute name="size" use="required" type="volume-size-type"/>
</xs:attributeGroup>
Attribute Group k.lvmvolumes.lvmgroup.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id451
Attributes
QName Type Fixed Default Use Annotation
lvmgroup required
Specify Volume group name, default is kiwiVG.
Source
<xs:attributeGroup name="k.lvmvolumes.lvmgroup.attribute">
  <xs:attribute name="lvmgroup" use="required">
    <xs:annotation>
      <xs:documentation>Specify Volume group name, default is kiwiVG.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.user.id.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id453
Attributes
QName Type Fixed Default Use Annotation
id xs:nonNegativeInteger required
The user ID for this user
Source
<xs:attributeGroup name="k.user.id.attribute">
  <xs:attribute name="id" use="required" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The user ID for this user</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.user.realname.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id455
Attributes
QName Type Fixed Default Use Annotation
realname required
The name of an user
Source
<xs:attributeGroup name="k.user.realname.attribute">
  <xs:attribute name="realname" use="required">
    <xs:annotation>
      <xs:documentation>The name of an user</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.user.pwdformat
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id457
Attributes
QName Type Fixed Default Use Annotation
pwdformat restriction of xs:token required
Format of the given password, encrypted is the default
Source
<xs:attributeGroup name="k.user.pwdformat">
  <xs:attribute name="pwdformat" use="required">
    <xs:annotation>
      <xs:documentation>Format of the given password, encrypted is the default</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="encrypted"/>
        <xs:enumeration value="plain"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.user.shell.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id459
Attributes
QName Type Fixed Default Use Annotation
shell required
The shell for this user
Source
<xs:attributeGroup name="k.user.shell.attribute">
  <xs:attribute name="shell" use="required">
    <xs:annotation>
      <xs:documentation>The shell for this user</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmnic.driver.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id461
Attributes
QName Type Fixed Default Use Annotation
driver required
The driver used for the VM network interface
Source
<xs:attributeGroup name="k.vmnic.driver.attribute">
  <xs:attribute name="driver" use="required">
    <xs:annotation>
      <xs:documentation>The driver used for the VM network interface</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmnic.mode.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id463
Attributes
QName Type Fixed Default Use Annotation
mode required
The VM network mode
Source
<xs:attributeGroup name="k.vmnic.mode.attribute">
  <xs:attribute name="mode" use="required">
    <xs:annotation>
      <xs:documentation>The VM network mode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmnic.mac.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id465
Attributes
QName Type Fixed Default Use Annotation
mac required
The VM mac address
Source
<xs:attributeGroup name="k.vmnic.mac.attribute">
  <xs:attribute name="mac" use="required">
    <xs:annotation>
      <xs:documentation>The VM mac address</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.vmdisk.device.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id467
Attributes
QName Type Fixed Default Use Annotation
device required
The disk device to appear in the guest (xen only)
Source
<xs:attributeGroup name="k.vmdisk.device.attribute">
  <xs:attribute name="device" use="required">
    <xs:annotation>
      <xs:documentation>The disk device to appear in the guest (xen only)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.pxedeploy.server.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id469
Attributes
QName Type Fixed Default Use Annotation
server required
Name or IP Address of server for downloading the data
Source
<xs:attributeGroup name="k.pxedeploy.server.attribute">
  <xs:attribute name="server" use="required">
    <xs:annotation>
      <xs:documentation>Name or IP Address of server for downloading the data</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.pxedeploy.blocksize.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id471
Attributes
QName Type Fixed Default Use Annotation
blocksize xs:nonNegativeInteger required
Blocksize value used for atftp downloads
Source
<xs:attributeGroup name="k.pxedeploy.blocksize.attribute">
  <xs:attribute name="blocksize" use="required" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>Blocksize value used for atftp downloads</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.drivers.profiles.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id346 kiwi0.tmp#id345
Attributes
QName Type Fixed Default Use Annotation
profiles required
A profile name which binds the section to this name
Source
<xs:attributeGroup name="k.drivers.profiles.attribute">
  <xs:attributeGroup ref="k.profiles.attribute"/>
</xs:attributeGroup>
Attribute Group k.arch.fallback.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id474
Attributes
QName Type Fixed Default Use Annotation
fallback xs:IDREF required
Source
<xs:attributeGroup name="k.arch.fallback.attribute">
  <xs:attribute name="fallback" use="required" type="xs:IDREF"/>
</xs:attributeGroup>
Attribute Group k.machine.arch.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id476
Attributes
QName Type Fixed Default Use Annotation
arch restriction of xs:token required
the VM architecture type
Source
<xs:attributeGroup name="k.machine.arch.attribute">
  <xs:attribute name="arch" use="required">
    <xs:annotation>
      <xs:documentation>the VM architecture type</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ix86"/>
        <xs:enumeration value="x86_64"/>
        <xs:enumeration value="%arch"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.machine.HWversion.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id478
Attributes
QName Type Fixed Default Use Annotation
HWversion xs:integer required
The virtual HW version number for the VM configuration
Source
<xs:attributeGroup name="k.machine.HWversion.attribute">
  <xs:attribute name="HWversion" use="required" type="xs:integer">
    <xs:annotation>
      <xs:documentation>The virtual HW version number for the VM configuration</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.machine.guestOS.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id480
Attributes
QName Type Fixed Default Use Annotation
guestOS required
the virtual guestOS identification string for the VM
Source
<xs:attributeGroup name="k.machine.guestOS.attribute">
  <xs:attribute name="guestOS" use="required">
    <xs:annotation>
      <xs:documentation>the virtual guestOS identification string for the VM</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.machine.memory.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id482
Attributes
QName Type Fixed Default Use Annotation
memory required
The memory setup for the guest VM.
Source
<xs:attributeGroup name="k.machine.memory.attribute">
  <xs:attribute name="memory" use="required">
    <xs:annotation>
      <xs:documentation>The memory setup for the guest VM.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.machine.domain.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id484
Attributes
QName Type Fixed Default Use Annotation
domain restriction of xs:token required
The domain setup for the VM (xen only)
Source
<xs:attributeGroup name="k.machine.domain.attribute">
  <xs:attribute name="domain" use="required">
    <xs:annotation>
      <xs:documentation>The domain setup for the VM (xen only)</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="dom0"/>
        <xs:enumeration value="domU"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.packages.profiles.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id486
Attributes
QName Type Fixed Default Use Annotation
profiles required
Source
<xs:attributeGroup name="k.packages.profiles.attribute">
  <xs:attribute name="profiles" use="required"/>
</xs:attributeGroup>
Attribute Group k.packages.patternType.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id488
Attributes
QName Type Fixed Default Use Annotation
patternType restriction of xs:token required
Source
<xs:attributeGroup name="k.packages.patternType.attribute">
  <xs:attribute name="patternType" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="onlyRequired"/>
        <xs:enumeration value="plusRecommended"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group k.preferences.profiles.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id346 kiwi0.tmp#id345
Attributes
QName Type Fixed Default Use Annotation
profiles required
A profile name which binds the section to this name
Source
<xs:attributeGroup name="k.preferences.profiles.attribute">
  <xs:attributeGroup ref="k.profiles.attribute"/>
</xs:attributeGroup>
Attribute Group k.users.id.attribute
Namespace No namespace
Diagram
Diagram kiwi0.tmp#id491
Attributes
QName Type Fixed Default Use Annotation
id xs:nonNegativeInteger required
Contains the group ID to which the user belongs
Source
<xs:attributeGroup name="k.users.id.attribute">
  <xs:attribute name="id" use="required" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>Contains the group ID to which the user belongs</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>