Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Main schema ec2.xsd
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Annotations
Properties
attribute form default: unqualified
element form default: qualified
Element tns:CreateImage
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id3 ec2-schema0.tmp#id4 ec2-schema0.tmp#id5 ec2-schema0.tmp#id6 ec2-schema0.tmp#id2
Type tns:CreateImageType
Properties
content: complex
Model tns:instanceId , tns:name , tns:description{0,1} , tns:noReboot{0,1}
Children tns:description, tns:instanceId, tns:name, tns:noReboot
Instance
<tns:CreateImage>
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:name>{1,1}</tns:name>
  <tns:description>{0,1}</tns:description>
  <tns:noReboot>{0,1}</tns:noReboot>
</tns:CreateImage>
Source
<xs:element name="CreateImage" type="tns:CreateImageType"/>
Element tns:CreateImageType / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="instanceId" type="xs:string"/>
Element tns:CreateImageType / tns:name
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="name" type="xs:string"/>
Element tns:CreateImageType / tns:description
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="description" type="xs:string" minOccurs="0"/>
Element tns:CreateImageType / tns:noReboot
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:boolean
Properties
content: simple
minOccurs: 0
Source
<xs:element name="noReboot" type="xs:boolean" minOccurs="0"/>
Element tns:CreateImageResponse
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id9 ec2-schema0.tmp#id10 ec2-schema0.tmp#id8
Type tns:CreateImageResponseType
Properties
content: complex
Model tns:requestId , tns:imageId
Children tns:imageId, tns:requestId
Instance
<tns:CreateImageResponse>
  <tns:requestId>{1,1}</tns:requestId>
  <tns:imageId>{1,1}</tns:imageId>
</tns:CreateImageResponse>
Source
<xs:element name="CreateImageResponse" type="tns:CreateImageResponseType"/>
Element tns:CreateImageResponseType / tns:requestId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="requestId" type="xs:string"/>
Element tns:CreateImageResponseType / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="imageId" type="xs:string"/>
Element tns:ProductCodeType / tns:productCode
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="productCode" type="xs:string"/>
Element tns:ProductCodeSetType / tns:item
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id12 ec2-schema0.tmp#id11
Type tns:ProductCodeType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model tns:productCode
Children tns:productCode
Instance
<tns:item>
  <tns:productCode>{1,1}</tns:productCode>
</tns:item>
Source
<xs:element name="item" type="tns:ProductCodeType" minOccurs="0" maxOccurs="unbounded"/>
Element tns:RegisterImage
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id17 ec2-schema0.tmp#id18 ec2-schema0.tmp#id19 ec2-schema0.tmp#id20 ec2-schema0.tmp#id21 ec2-schema0.tmp#id22 ec2-schema0.tmp#id23 ec2-schema0.tmp#id24 ec2-schema0.tmp#id16
Type tns:RegisterImageType
Properties
content: complex
Model tns:imageLocation{0,1} , tns:name , tns:description{0,1} , tns:architecture{0,1} , tns:kernelId{0,1} , tns:ramdiskId{0,1} , tns:rootDeviceName{0,1} , tns:blockDeviceMapping{0,1}
Children tns:architecture, tns:blockDeviceMapping, tns:description, tns:imageLocation, tns:kernelId, tns:name, tns:ramdiskId, tns:rootDeviceName
Instance
<tns:RegisterImage>
  <tns:imageLocation>{0,1}</tns:imageLocation>
  <tns:name>{1,1}</tns:name>
  <tns:description>{0,1}</tns:description>
  <tns:architecture>{0,1}</tns:architecture>
  <tns:kernelId>{0,1}</tns:kernelId>
  <tns:ramdiskId>{0,1}</tns:ramdiskId>
  <tns:rootDeviceName>{0,1}</tns:rootDeviceName>
  <tns:blockDeviceMapping>{0,1}</tns:blockDeviceMapping>
</tns:RegisterImage>
Source
<xs:element name="RegisterImage" type="tns:RegisterImageType"/>
Element tns:RegisterImageType / tns:imageLocation
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="imageLocation" type="xs:string" minOccurs="0"/>
Element tns:RegisterImageType / tns:name
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="name" type="xs:string"/>
Element tns:RegisterImageType / tns:description
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="description" type="xs:string" minOccurs="0"/>
Element tns:RegisterImageType / tns:architecture
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="architecture" type="xs:string" minOccurs="0"/>
Element tns:RegisterImageType / tns:kernelId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="kernelId" type="xs:string" minOccurs="0"/>
Element tns:RegisterImageType / tns:ramdiskId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="ramdiskId" type="xs:string" minOccurs="0"/>
Element tns:RegisterImageType / tns:rootDeviceName
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="rootDeviceName" type="xs:string" minOccurs="0"/>
Element tns:RegisterImageType / tns:blockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id26 ec2-schema0.tmp#id25
Type tns:BlockDeviceMappingType
Properties
content: complex
minOccurs: 0
Model tns:item*
Children tns:item
Instance
<tns:blockDeviceMapping>
  <tns:item>{0,unbounded}</tns:item>
</tns:blockDeviceMapping>
Source
<xs:element name="blockDeviceMapping" type="tns:BlockDeviceMappingType" minOccurs="0"/>
Element tns:BlockDeviceMappingType / tns:item
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id28 ec2-schema0.tmp#id29 ec2-schema0.tmp#id30 ec2-schema0.tmp#id35 ec2-schema0.tmp#id27
Type tns:BlockDeviceMappingItemType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model tns:deviceName , (tns:virtualName | tns:ebs | tns:noDevice)
Children tns:deviceName, tns:ebs, tns:noDevice, tns:virtualName
Instance
<tns:item>
  <tns:deviceName>{1,1}</tns:deviceName>
</tns:item>
Source
<xs:element name="item" type="tns:BlockDeviceMappingItemType" minOccurs="0" maxOccurs="unbounded"/>
Element tns:BlockDeviceMappingItemType / tns:deviceName
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="deviceName" type="xs:string"/>
Element tns:BlockDeviceMappingItemType / tns:virtualName
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="virtualName" type="xs:string"/>
Element tns:BlockDeviceMappingItemType / tns:ebs
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id32 ec2-schema0.tmp#id33 ec2-schema0.tmp#id34 ec2-schema0.tmp#id31
Type tns:EbsBlockDeviceType
Properties
content: complex
Model tns:snapshotId{0,1} , tns:volumeSize{0,1} , tns:deleteOnTermination{0,1}
Children tns:deleteOnTermination, tns:snapshotId, tns:volumeSize
Instance
<tns:ebs>
  <tns:snapshotId>{0,1}</tns:snapshotId>
  <tns:volumeSize>{0,1}</tns:volumeSize>
  <tns:deleteOnTermination>{0,1}</tns:deleteOnTermination>
</tns:ebs>
Source
<xs:element name="ebs" type="tns:EbsBlockDeviceType"/>
Element tns:EbsBlockDeviceType / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="snapshotId" type="xs:string" minOccurs="0"/>
Element tns:EbsBlockDeviceType / tns:volumeSize
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
Source
<xs:element name="volumeSize" type="xs:int" minOccurs="0"/>
Element tns:EbsBlockDeviceType / tns:deleteOnTermination
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:boolean
Properties
content: simple
minOccurs: 0
Source
<xs:element name="deleteOnTermination" type="xs:boolean" minOccurs="0"/>
Element tns:BlockDeviceMappingItemType / tns:noDevice
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id36
Type tns:EmptyElementType
Properties
content: complex
Source
<xs:element name="noDevice" type="tns:EmptyElementType"/>
Element tns:RegisterImageResponse
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id39 ec2-schema0.tmp#id40 ec2-schema0.tmp#id38
Type tns:RegisterImageResponseType
Properties
content: complex
Model tns:requestId , tns:imageId
Children tns:imageId, tns:requestId
Instance
<tns:RegisterImageResponse>
  <tns:requestId>{1,1}</tns:requestId>
  <tns:imageId>{1,1}</tns:imageId>
</tns:RegisterImageResponse>
Source
<xs:element name="RegisterImageResponse" type="tns:RegisterImageResponseType"/>
Element tns:RegisterImageResponseType / tns:requestId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="requestId" type="xs:string"/>
Element tns:RegisterImageResponseType / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="imageId" type="xs:string"/>
Element tns:DeregisterImage
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id43 ec2-schema0.tmp#id42
Type tns:DeregisterImageType
Properties
content: complex
Model tns:imageId
Children tns:imageId
Instance
<tns:DeregisterImage>
  <tns:imageId>{1,1}</tns:imageId>
</tns:DeregisterImage>
Source
<xs:element name="DeregisterImage" type="tns:DeregisterImageType"/>
Element tns:DeregisterImageType / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="imageId" type="xs:string"/>
Element tns:DeregisterImageResponse
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id46 ec2-schema0.tmp#id47 ec2-schema0.tmp#id45
Type tns:DeregisterImageResponseType
Properties
content: complex
Model tns:requestId , tns:return
Children tns:requestId, tns:return
Instance
<tns:DeregisterImageResponse>
  <tns:requestId>{1,1}</tns:requestId>
  <tns:return>{1,1}</tns:return>
</tns:DeregisterImageResponse>
Source
<xs:element name="DeregisterImageResponse" type="tns:DeregisterImageResponseType"/>
Element tns:DeregisterImageResponseType / tns:requestId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="requestId" type="xs:string"/>
Element tns:DeregisterImageResponseType / tns:return
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:boolean
Properties
content: simple
Source
<xs:element name="return" type="xs:boolean"/>
Element tns:CreateKeyPair
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id50 ec2-schema0.tmp#id49
Type tns:CreateKeyPairType
Properties
content: complex
Model tns:keyName
Children tns:keyName
Instance
<tns:CreateKeyPair>
  <tns:keyName>{1,1}</tns:keyName>
</tns:CreateKeyPair>
Source
<xs:element name="CreateKeyPair" type="tns:CreateKeyPairType"/>
Element tns:CreateKeyPairType / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="keyName" type="xs:string"/>
Element tns:CreateKeyPairResponse
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id53 ec2-schema0.tmp#id54 ec2-schema0.tmp#id55 ec2-schema0.tmp#id56 ec2-schema0.tmp#id52
Type tns:CreateKeyPairResponseType
Properties
content: complex
Model tns:requestId , tns:keyName , tns:keyFingerprint , tns:keyMaterial
Children tns:keyFingerprint, tns:keyMaterial, tns:keyName, tns:requestId
Instance
<tns:CreateKeyPairResponse>
  <tns:requestId>{1,1}</tns:requestId>
  <tns:keyName>{1,1}</tns:keyName>
  <tns:keyFingerprint>{1,1}</tns:keyFingerprint>
  <tns:keyMaterial>{1,1}</tns:keyMaterial>
</tns:CreateKeyPairResponse>
Source
<xs:element name="CreateKeyPairResponse" type="tns:CreateKeyPairResponseType"/>
Element tns:CreateKeyPairResponseType / tns:requestId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="requestId" type="xs:string"/>
Element tns:CreateKeyPairResponseType / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="keyName" type="xs:string"/>
Element tns:CreateKeyPairResponseType / tns:keyFingerprint
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="keyFingerprint" type="xs:string"/>
Element tns:CreateKeyPairResponseType / tns:keyMaterial
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="keyMaterial" type="xs:string"/>
Element tns:DeleteKeyPair
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id59 ec2-schema0.tmp#id58
Type tns:DeleteKeyPairType
Properties
content: complex
Model tns:keyName
Children tns:keyName
Instance
<tns:DeleteKeyPair>
  <tns:keyName>{1,1}</tns:keyName>
</tns:DeleteKeyPair>
Source
<xs:element name="DeleteKeyPair" type="tns:DeleteKeyPairType"/>
Element tns:DeleteKeyPairType / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="keyName" type="xs:string"/>
Element tns:DeleteKeyPairResponse
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id62 ec2-schema0.tmp#id63 ec2-schema0.tmp#id61
Type tns:DeleteKeyPairResponseType
Properties
content: complex
Model tns:requestId , tns:return
Children tns:requestId, tns:return
Instance
<tns:DeleteKeyPairResponse>
  <tns:requestId>{1,1}</tns:requestId>
  <tns:return>{1,1}</tns:return>
</tns:DeleteKeyPairResponse>
Source
<xs:element name="DeleteKeyPairResponse" type="tns:DeleteKeyPairResponseType"/>
Element tns:DeleteKeyPairResponseType / tns:requestId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="requestId" type="xs:string"/>
Element tns:DeleteKeyPairResponseType / tns:return
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:boolean
Properties
content: simple
Source
<xs:element name="return" type="xs:boolean"/>
Element tns:DescribeKeyPairs
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id66 ec2-schema0.tmp#id65
Type tns:DescribeKeyPairsType
Properties
content: complex
Model tns:keySet
Children tns:keySet
Instance
<tns:DescribeKeyPairs>
  <tns:keySet>{1,1}</tns:keySet>
</tns:DescribeKeyPairs>
Source
<xs:element name="DescribeKeyPairs" type="tns:DescribeKeyPairsType"/>
Element tns:DescribeKeyPairsType / tns:keySet
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id68 ec2-schema0.tmp#id67
Type tns:DescribeKeyPairsInfoType
Properties
content: complex
Model tns:item*
Children tns:item
Instance
<tns:keySet>
  <tns:item>{0,unbounded}</tns:item>
</tns:keySet>
Source
<xs:element name="keySet" type="tns:DescribeKeyPairsInfoType"/>
Element tns:DescribeKeyPairsInfoType / tns:item
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id70 ec2-schema0.tmp#id69
Type tns:DescribeKeyPairsItemType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model tns:keyName
Children tns:keyName
Instance
<tns:item>
  <tns:keyName>{1,1}</tns:keyName>
</tns:item>
Source
<xs:element name="item" type="tns:DescribeKeyPairsItemType" minOccurs="0" maxOccurs="unbounded"/>
Element tns:DescribeKeyPairsItemType / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="keyName" type="xs:string"/>
Element tns:DescribeKeyPairsResponse
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id73 ec2-schema0.tmp#id74 ec2-schema0.tmp#id72
Type tns:DescribeKeyPairsResponseType
Properties
content: complex
Model tns:requestId , tns:keySet
Children tns:keySet, tns:requestId
Instance
<tns:DescribeKeyPairsResponse>
  <tns:requestId>{1,1}</tns:requestId>
  <tns:keySet>{1,1}</tns:keySet>
</tns:DescribeKeyPairsResponse>
Source
<xs:element name="DescribeKeyPairsResponse" type="tns:DescribeKeyPairsResponseType"/>
Element tns:DescribeKeyPairsResponseType / tns:requestId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="requestId" type="xs:string"/>
Element tns:DescribeKeyPairsResponseType / tns:keySet
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id76 ec2-schema0.tmp#id75
Type tns:DescribeKeyPairsResponseInfoType
Properties
content: complex
Model tns:item*
Children tns:item
Instance
<tns:keySet>
  <tns:item>{0,unbounded}</tns:item>
</tns:keySet>
Source
<xs:element name="keySet" type="tns:DescribeKeyPairsResponseInfoType"/>
Element tns:DescribeKeyPairsResponseInfoType / tns:item
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id78 ec2-schema0.tmp#id79 ec2-schema0.tmp#id77
Type tns:DescribeKeyPairsResponseItemType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model tns:keyName , tns:keyFingerprint
Children tns:keyFingerprint, tns:keyName
Instance
<tns:item>
  <tns:keyName>{1,1}</tns:keyName>
  <tns:keyFingerprint>{1,1}</tns:keyFingerprint>
</tns:item>
Source
<xs:element name="item" type="tns:DescribeKeyPairsResponseItemType" minOccurs="0" maxOccurs="unbounded"/>
Element tns:DescribeKeyPairsResponseItemType / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="keyName" type="xs:string"/>
Element tns:DescribeKeyPairsResponseItemType / tns:keyFingerprint
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="keyFingerprint" type="xs:string"/>
Element tns:RunInstances
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id82 ec2-schema0.tmp#id83 ec2-schema0.tmp#id84 ec2-schema0.tmp#id85 ec2-schema0.tmp#id86 ec2-schema0.tmp#id91 ec2-schema0.tmp#id92 ec2-schema0.tmp#id97 ec2-schema0.tmp#id98 ec2-schema0.tmp#id99 ec2-schema0.tmp#id102 ec2-schema0.tmp#id103 ec2-schema0.tmp#id104 ec2-schema0.tmp#id105 ec2-schema0.tmp#id108 ec2-schema0.tmp#id109 ec2-schema0.tmp#id110 ec2-schema0.tmp#id81
Type tns:RunInstancesType
Properties
content: complex
Model tns:imageId , tns:minCount , tns:maxCount , tns:keyName{0,1} , tns:groupSet , tns:additionalInfo{0,1} , tns:userData{0,1} , tns:addressingType{0,1} , tns:instanceType , tns:placement{0,1} , tns:kernelId{0,1} , tns:ramdiskId{0,1} , tns:blockDeviceMapping{0,1} , tns:monitoring{0,1} , tns:subnetId{0,1} , tns:disableApiTermination{0,1} , tns:instanceInitiatedShutdownBehavior{0,1}
Children tns:additionalInfo, tns:addressingType, tns:blockDeviceMapping, tns:disableApiTermination, tns:groupSet, tns:imageId, tns:instanceInitiatedShutdownBehavior, tns:instanceType, tns:kernelId, tns:keyName, tns:maxCount, tns:minCount, tns:monitoring, tns:placement, tns:ramdiskId, tns:subnetId, tns:userData
Instance
<tns:RunInstances>
  <tns:imageId>{1,1}</tns:imageId>
  <tns:minCount>{1,1}</tns:minCount>
  <tns:maxCount>{1,1}</tns:maxCount>
  <tns:keyName>{0,1}</tns:keyName>
  <tns:groupSet>{1,1}</tns:groupSet>
  <tns:additionalInfo>{0,1}</tns:additionalInfo>
  <tns:userData encoding="base64" version="1.0">{0,1}</tns:userData>
  <tns:addressingType>{0,1}</tns:addressingType>
  <tns:instanceType>{1,1}</tns:instanceType>
  <tns:placement>{0,1}</tns:placement>
  <tns:kernelId>{0,1}</tns:kernelId>
  <tns:ramdiskId>{0,1}</tns:ramdiskId>
  <tns:blockDeviceMapping>{0,1}</tns:blockDeviceMapping>
  <tns:monitoring>{0,1}</tns:monitoring>
  <tns:subnetId>{0,1}</tns:subnetId>
  <tns:disableApiTermination>{0,1}</tns:disableApiTermination>
  <tns:instanceInitiatedShutdownBehavior>{0,1}</tns:instanceInitiatedShutdownBehavior>
</tns:RunInstances>
Source
<xs:element name="RunInstances" type="tns:RunInstancesType"/>
Element tns:RunInstancesType / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="imageId" type="xs:string"/>
Element tns:RunInstancesType / tns:minCount
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:int
Properties
content: simple
Source
<xs:element name="minCount" type="xs:int"/>
Element tns:RunInstancesType / tns:maxCount
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:int
Properties
content: simple
Source
<xs:element name="maxCount" type="xs:int"/>
Element tns:RunInstancesType / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="keyName" type="xs:string" minOccurs="0"/>
Element tns:RunInstancesType / tns:groupSet
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id88 ec2-schema0.tmp#id87
Type tns:GroupSetType
Properties
content: complex
Model tns:item*
Children tns:item
Instance
<tns:groupSet>
  <tns:item>{0,unbounded}</tns:item>
</tns:groupSet>
Source
<xs:element name="groupSet" type="tns:GroupSetType"/>
Element tns:GroupSetType / tns:item
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram ec2-schema0.tmp#id90 ec2-schema0.tmp#id89
Type tns:GroupItemType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model tns:groupId
Children tns:groupId
Instance
<tns:item>
  <tns:groupId>{1,1}</tns:groupId>
</tns:item>
Source
<xs:element name="item" type="tns:GroupItemType" minOccurs="0" maxOccurs="unbounded"/>
Element tns:GroupItemType / tns:groupId
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="groupId" type="xs:string"/>
Element tns:RunInstancesType / tns:additionalInfo
Namespace http://ec2.amazonaws.com/doc/2009-11-30/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="additionalInfo" type="xs:string" minOccurs="0"/>
Element tns:RunInstancesType / tns:userData