Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created January 13, 2009 18:14
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 bobmcwhirter/46545 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/46545 to your computer and use it in GitHub Desktop.
<xs:element name="TerminateInstances" type="tns:TerminateInstancesType"/>
<xs:complexType name="TerminateInstancesType">
<xs:sequence>
<xs:element name="instancesSet" type="tns:TerminateInstancesInfoType"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TerminateInstancesInfoType">
<xs:sequence>
<xs:element name="item" type="tns:TerminateInstancesItemType" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment