NameType 元素将字符串限制为 256 个字符。
<xsd:simpleType name="NameType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="256"/> </xsd:restriction> </xsd:simpleType>