Skip to content

Instantly share code, notes, and snippets.

@simonharrer
Created January 21, 2013 11:36
Show Gist options
  • Save simonharrer/4585457 to your computer and use it in GitHub Desktop.
Save simonharrer/4585457 to your computer and use it in GitHub Desktop.
dependent standards of the BPEL standard
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