Skip to content

Instantly share code, notes, and snippets.

@Dijkgraaf
Created September 2, 2013 00:22
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 Dijkgraaf/6408223 to your computer and use it in GitHub Desktop.
Save Dijkgraaf/6408223 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-16"?>
<xs:schema xmlns:b="http://schemas.microsoft.com/BizTalk/2003" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="BorlandProject" type="BorlandProjectType2" />
<xs:complexType name="BorlandProjectType2">
<xs:choice>
<xs:sequence>
<xs:element name="Default.Personality" type="xs:string" />
</xs:sequence>
<xs:element name="BorlandProject" type="BorlandProjectType2" />
</xs:choice>
</xs:complexType>
</xs:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment