<xs:complexType name="StringState" mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="jdf:AbstractState">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element name="Loc" type="jdf:Loc" minOccurs="0"/>
<xs:element name="Value" type="jdf:StringState_Value_lr" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="DefaultValue" type="jdftyp:string" use="optional"/>
<xs:attribute name="CurrentValue" type="jdftyp:string" use="optional"/>
<xs:attribute name="AllowedLength" type="jdftyp:IntegerRange" use="optional"/>
<xs:attribute name="AllowedRegExp" type="jdftyp:regExp" use="optional"/>
<xs:attribute name="PresentLength" type="jdftyp:IntegerRange" use="optional"/>
<xs:attribute name="PresentRegExp" type="jdftyp:regExp" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |