DECISION_NO optionalRestriction of xs:positiveInteger
This attribute is used to reference a rule.
D positiveInteger P M [1:9999999999]
Attributes
Name
Type
Use
Default
Fixed
Description
DECISION_NO
Restriction of xs:positiveInteger
optional
This attribute is used to reference a rule.
D positiveInteger P M [1:9999999999]
Source
<xs:element name="ENABLE_DECISION" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:complexType><xs:attribute name="DECISION_NO"><xs:annotation><xs:documentation>einheitlich auf 1 bis 9999999999 gesetzt, K. Richter 10.03.2015</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:positiveInteger"><xs:minInclusive value="1"/><xs:maxInclusive value="9999999999"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>