| diagram | ![]() |
||
| children | Rule | ||
| used by |
|
||
| source | <s:complexType name="RulesRsType"> <s:sequence> <s:element name="Rule" maxOccurs="unbounded"> <s:complexType> <s:sequence> <s:element name="RuleKey" type="s:string"> <s:annotation> <s:documentation>Requested Rule Key</s:documentation> </s:annotation> </s:element> <s:choice> <s:element name="Categories"> <s:annotation> <s:documentation>Rule categories</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="Category" maxOccurs="unbounded"> <s:annotation> <s:documentation>Category number, title and data</s:documentation> </s:annotation> <s:complexType> <s:simpleContent> <s:extension base="s:string"> <s:attribute name="CategoryNumber" type="s:int" use="required"/> <s:attribute name="CategoryTitle" type="s:string" use="required"/> </s:extension> </s:simpleContent> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="Errors" type="ErrorsType"/> </s:choice> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | RuleKey Categories Errors | ||||||
| source | <s:element name="Rule" maxOccurs="unbounded"> <s:complexType> <s:sequence> <s:element name="RuleKey" type="s:string"> <s:annotation> <s:documentation>Requested Rule Key</s:documentation> </s:annotation> </s:element> <s:choice> <s:element name="Categories"> <s:annotation> <s:documentation>Rule categories</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="Category" maxOccurs="unbounded"> <s:annotation> <s:documentation>Category number, title and data</s:documentation> </s:annotation> <s:complexType> <s:simpleContent> <s:extension base="s:string"> <s:attribute name="CategoryNumber" type="s:int" use="required"/> <s:attribute name="CategoryTitle" type="s:string" use="required"/> </s:extension> </s:simpleContent> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="Errors" type="ErrorsType"/> </s:choice> </s:sequence> </s:complexType> </s:element> |
| diagram | ![]() |
||
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:element name="RuleKey" type="s:string"> <s:annotation> <s:documentation>Requested Rule Key</s:documentation> </s:annotation> </s:element> |
| diagram | ![]() |
||
| properties |
|
||
| children | Category | ||
| annotation |
|
||
| source | <s:element name="Categories"> <s:annotation> <s:documentation>Rule categories</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="Category" maxOccurs="unbounded"> <s:annotation> <s:documentation>Category number, title and data</s:documentation> </s:annotation> <s:complexType> <s:simpleContent> <s:extension base="s:string"> <s:attribute name="CategoryNumber" type="s:int" use="required"/> <s:attribute name="CategoryTitle" type="s:string" use="required"/> </s:extension> </s:simpleContent> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> |
| diagram | ![]() |
||||||||||||||||||
| type | extension of s:string | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <s:element name="Category" maxOccurs="unbounded"> <s:annotation> <s:documentation>Category number, title and data</s:documentation> </s:annotation> <s:complexType> <s:simpleContent> <s:extension base="s:string"> <s:attribute name="CategoryNumber" type="s:int" use="required"/> <s:attribute name="CategoryTitle" type="s:string" use="required"/> </s:extension> </s:simpleContent> </s:complexType> </s:element> |
| type | s:int | ||
| properties |
|
||
| source | <s:attribute name="CategoryNumber" type="s:int" use="required"/> |
| type | s:string | ||
| properties |
|
||
| source | <s:attribute name="CategoryTitle" type="s:string" use="required"/> |
| diagram | ![]() |
||
| type | ErrorsType | ||
| properties |
|
||
| children | Error | ||
| source | <s:element name="Errors" type="ErrorsType"/> |