Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<factSheet name="Testprozess ausführen">
    <metaData>
        <createdOn>2015-08-18T15:14:23.445+02:00</createdOn>
        <sourceInstallation>http://www.prozessplattform.de/musterhausen</sourceInstallation>
        <xmlSchemaVersion>http://www.prozessplattform.de/sml/schemas/picxml/v3/factSheet</xmlSchemaVersion>
    </metaData>
    <notation>PROCESS_FACT_SHEET</notation>
    <attributeGroups>
        <group>
            <label>Attribute</label>
            <attributeValues>
                <attribute xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="textValue" attributeID="name" dataType="text">
                    <value>Testprozess ausführen</value>
                </attribute>
                <attribute xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="textValue" attributeID="description" dataType="richtext">
                    <value>&lt;![CDATA[L&amp;auml;ngere Beschreibung des Prozesses. Diese kann&lt;ul&gt;&lt;li&gt;&lt;u&gt;recht lang&lt;/u&gt;&lt;/li&gt;&lt;li&gt;und &lt;strong&gt;formatiert&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;sein.]]&gt;</value>
                </attribute>
                <attribute xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="listValue" attributeID="picture.std.attribute#Schlagworte+01" dataType="tags">
                    <items>
                        <item>beispiel</item>
                        <item>datentypen</item>
                        <item>demo</item>
                        <item>test</item>
                    </items>
                </attribute>
				<!-- weitere Attribute... -->
        </group>
		<group>
			<!-- Attribute der Gruppe... -->
		</group>
		<!-- weitere Attribut-Gruppen... -->
    </attributeGroups>
</factSheet>

...