Created
August 4, 2018 14:10
-
-
Save Phillipus/b4f78da10c45432bb55f73e6fa1a8397 to your computer and use it in GitHub Desktop.
Example of ArchiMate Exchange Format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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