blob: 09455a016ac30330216d0204f9f1b2db5edd2896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<simpleType name="EmbeddedResource">
<annotation>
<documentation>
<p>
Values should be in the format *ResourceName,StringName*, where *ResourceName*
is the name of the embedded resource in your assembly sans the ".resources" extension, and *StringName*
is the name of the string resource in the embedded resource.
</p>
<p>
Example: UtilityMshSnapInResources,Description
</p>
</documentation>
</annotation>
<restriction base="xs:string" />
</simpleType>
|