<xs:element name ="ID">
<xs:complexType>
<xs:simpleContent>
<xs:attribute name="OFFSET" type="U8" fixed="00"/>
</xs:complexType>
</xs:simpleContent>
但是我想让OFFSET大于1024.在这种情况下我得到错误1024无效值为atomiv'U8' 我尝试以下列方式定义OFFSET
<xs:attribute name="OFFSET" type="xs:intiger" fixed="00"/>
错误 -
元素属性:Schemas Parser Error:属性decl。 'OFFSET',属性'type':Qnvalue'intiger'无法解析为(n)简单类型定义
请帮助。 我只是想让偏移值大于1024
答案 0 :(得分:0)
你不想要 xs:integer ,而不是xs:intiger?
答案 1 :(得分:0)
检查你的拼写。
代码和错误说intiger我认为你的意思是整数