Capability required by a package.
<Capability
Name = string />
Name
The name of the capability.This attribute can have one of the following values:
| Capability | Description |
|---|---|
| internetClientServer | Indicates the title can send and receive information over the internet. All apps and games are required to declare this capability. |
| privateNetworkClientServer | Limits access to the local subnet for things like PlayTo. |
| Parent elements | Capabilities |
<Capabilities>
<Capability Name="internetClientServer" />
<mx:Capability Name="contentRestrictions"/>
<mx:Capability Name="kinectVision"/>
<mx:Capability Name="kinectAudio"/>
<mx:Capability Name="kinectFace"/>
<mx:Capability Name="kinectExpressions"/>
<mx:Capability Name="kinectGamechat"/>
<mx:Capability Name="kinectRequired"/>
<DeviceCapability Name="6a7e5907-885c-4bcb-b40a-073c067bd3d5"/>
</Capabilities>