【多选题】
模式限制:假设Schema的名字空间前缀为“xsd”,现在需要定义名为“phoneType”的简单类型,在“string”类型的基础上增加模式限制,要求是手机号码,下面正确的选项是()。
①
xsd:simpleTypename="phoneType"xsd:restrictionbase="xsd:string"xsd:patternvalue="[0,9]{11}"//xsd:restriction/xsd:simpleType
②
xsd:simpleTypename="phoneType"xsd:restrictionbase="xsd:string"xsd:patternvalue="[0,9]{11}+"//xsd:restriction/xsd:simpleType
③
xsd:simpleTypename="phoneType"xsd:restrictionbase="xsd:string"xsd:patternvalue="[0,9]{11}?"//xsd:restriction/xsd:simpleType
④
xsd:simpleTypename="phoneType"xsd:restrictionbase="xsd:string"xsd:patternvalue="[0-9]{11}"//xsd:restriction/xsd:simpleType
【单选题】
关于总账系统自动转账分录凭证生成,下列说法不正确的是( )。
①
独立自动转账分录可以在任何时候用于填制机制凭证
②
相关自动转账分录只能在某些相关经济业务入账后使用,否则计算金额时会发生差错
③
系统按设定的自动转账分录生成转账凭证后自动审核凭证并记账
④
同一张自动转账凭证,年度内可根据需要多次生成,但每月一般只需结转一次