Simple Type Definition的意思|示意

美 / / 英 / /

简单类型定义


Simple Type Definition的网络常见释义

简单类型定义 用户可以使用元素simpleType在内置数据类型的基础上定义自己的新类型, 简单类型定义 ( Simple Type Definition )的常用格式为:

Simple Type Definition相关例句

This completes the attributes and simple type definition, as shown in the fragments presented in Listing 3.

这样属性和简单类型定义就完成了,如列表3中的片段所示。

The type specified must be derived from the declared type or a special simple type definition called xs: error (which has no valid instances).

指定的type必须派生于声明的类型或称为xs: error的特殊简单类型定义(没有有效实例)。

As with complex type definition, the assertions are an ordered sequence of xs: assertion elements specified as facets in the simple type definition.

和复杂类型定义一样,断言是一组被指定为简单类型定义facet的一组有序的xs: assertion元素序列。

This DeclarativeMeta type is the magic that allows all of the actions to occur in one simple class definition.

这个declarativemeta类型的魔力就是允许所有操作发生在一个简单的类定义中。

Notice the values of the type attribute in this definition file: the element is mapped to an array, while the nested s are mapped to simple string values.

注意定义文件中type属性的值:元素映射到一个数组,嵌套的映射为简单字符串值。

The third option is also simple, albeit something that the W3C folks really should have put into the specification. Listing 5 gives a simple boolean type definition

第三种选择也很简单,尽管 W3C 那帮人实际上应该把这一条放在规范中说明。