Created
January 21, 2013 11:36
-
-
Save simonharrer/4585457 to your computer and use it in GitHub Desktop.
dependent standards of the BPEL standard
This file contains hidden or 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
digraph g{ | |
//nodes | |
wsdl[label="WSDL 1.1"] | |
xsd[label="XML Schema 1.0"] | |
xpath[label="XPath 1.0"] | |
xslt[label="XSLT 1.0"] | |
infoset[label="InfoSet"] | |
// edges | |
wsdl -> bpel | |
xsd -> bpel | |
xpath -> bpel | |
xslt -> bpel | |
infoset -> bpel | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment