Created
January 13, 2009 18:14
-
-
Save bobmcwhirter/46545 to your computer and use it in GitHub Desktop.
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
<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