http://schemas.microsoft.com/2003/10/Serialization/
http://schemas.microsoft.com/2003/10/Serialization/ / char Simple Type
In This Topic
    char Simple Type
    In This Topic
    Namespace http://schemas.microsoft.com/2003/10/Serialization/
    Type
    Restriction of xs:int
    Diagram
    char Simple Type
    Overview
    char Restriction of xs:int
    Source
    <xs:simpleType name="char" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:int" />
    </xs:simpleType>
    See Also