relpipe-data/examples/relpipe-out-fstab.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 11 Jan 2019 23:08:47 +0100
branchv_0
changeset 234 2fc56dd7f003
permissions -rw-r--r--
examples: update XML example (namespace, metadata) and move it to a separate file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
234
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<relpipe xmlns="tag:globalcode.info,2018:relpipe">
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
	<relation>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
		<name>fstab</name>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
		<attributes-metadata>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
			<attribute-metadata name="scheme" type="string"/>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
			<attribute-metadata name="device" type="string"/>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
			<attribute-metadata name="mount_point" type="string"/>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
			<attribute-metadata name="type" type="string"/>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
			<attribute-metadata name="options" type="string"/>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
			<attribute-metadata name="dump" type="integer"/>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
			<attribute-metadata name="pass" type="integer"/>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
		</attributes-metadata>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
		<record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
			<attribute name="scheme" type="string">UUID</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
			<attribute name="device" type="string">29758270-fd25-4a6c-a7bb-9a18302816af</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
			<attribute name="mount_point" type="string">/</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
			<attribute name="type" type="string">ext4</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
			<attribute name="options" type="string">relatime,user_xattr,errors=remount-ro</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
			<attribute name="dump" type="integer">0</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
			<attribute name="pass" type="integer">1</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
		</record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
		<record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
			<attribute name="scheme" type="string"></attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
			<attribute name="device" type="string">/dev/sr0</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
			<attribute name="mount_point" type="string">/media/cdrom0</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
			<attribute name="type" type="string">udf,iso9660</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
			<attribute name="options" type="string">user,noauto</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
			<attribute name="dump" type="integer">0</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
			<attribute name="pass" type="integer">0</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
		</record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
		<record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
			<attribute name="scheme" type="string"></attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
			<attribute name="device" type="string">/dev/sde</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
			<attribute name="mount_point" type="string">/mnt/data</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
			<attribute name="type" type="string">ext4</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    37
			<attribute name="options" type="string">relatime,user_xattr,errors=remount-ro</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    38
			<attribute name="dump" type="integer">0</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    39
			<attribute name="pass" type="integer">2</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
		</record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
		<record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
			<attribute name="scheme" type="string">UUID</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
			<attribute name="device" type="string">a2b5f230-a795-4f6f-a39b-9b57686c86d5</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
			<attribute name="mount_point" type="string">/home</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
			<attribute name="type" type="string">btrfs</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
			<attribute name="options" type="string">relatime</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
			<attribute name="dump" type="integer">0</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
			<attribute name="pass" type="integer">2</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
		</record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
		<record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
			<attribute name="scheme" type="string"></attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
			<attribute name="device" type="string">/dev/mapper/sdf_crypt</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    53
			<attribute name="mount_point" type="string">/mnt/private</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    54
			<attribute name="type" type="string">xfs</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    55
			<attribute name="options" type="string">relatime</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    56
			<attribute name="dump" type="integer">0</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    57
			<attribute name="pass" type="integer">2</attribute>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    58
		</record>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    59
	</relation>
2fc56dd7f003 examples: update XML example (namespace, metadata) and move it to a separate file
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    60
</relpipe>