Skip to content

Instantly share code, notes, and snippets.

@Phillipus
Created August 4, 2018 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phillipus/b4f78da10c45432bb55f73e6fa1a8397 to your computer and use it in GitHub Desktop.
Save Phillipus/b4f78da10c45432bb55f73e6fa1a8397 to your computer and use it in GitHub Desktop.
Example of ArchiMate Exchange Format
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="elements.xsl"?>
<model xmlns="http://www.opengroup.org/xsd/archimate" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengroup.org/xsd/archimate http://www.opengroup.org/xsd/archimate/archimate_v2p1.xsd http://purl.org/dc/elements/1.1/ http://dublincore.org/schemas/xmls/qdc/2008/02/11/dc.xsd" identifier="id-11f5304f">
<metadata>
<schema>Dublin Core</schema>
<schemaversion>1.1</schemaversion>
<dc:title>Archisurance</dc:title>
</metadata>
<name xml:lang="en">Archisurance</name>
<documentation xml:lang="en">An example of a fictional Insurance company.</documentation>
<elements>
<element identifier="id-1544" xsi:type="BusinessInterface">
<label xml:lang="en">mail</label>
</element>
<element identifier="id-1540" xsi:type="BusinessInterface">
<label xml:lang="en">phone</label>
</element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment