LocalizedString Complex Type

The LocalizedString complex type is a localized string.

<xs:complexType name="LocalizedString">
    <xs:simpleContent>
        <xs:extension
            base="string"
        >
            <xs:attribute name="id"
                type="resourceID"
                use="required"
             />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>

Attributes

Name Type Description
id resourceID

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013