Fields Summary |
---|
static final long | serialVersionUIDSerialization version. |
protected XSElementDeclaration | fDeclarationelement declaration |
protected XSTypeDefinition | fTypeDecltype of element, could be xsi:type |
protected boolean | fNiltrue if clause 3.2 of Element Locally Valid (Element) (3.3.4)
is satisfied, otherwise false |
protected boolean | fSpecifiedfalse if the element value was provided by the schema; true otherwise. |
protected String | fNormalizedValueschema normalized value property |
protected Object | fActualValueschema actual value |
protected short | fActualValueTypeschema actual value type |
protected ShortList | fItemValueTypesactual value types if the value is a list |
protected XSNotationDeclaration | fNotationhttp://www.w3.org/TR/xmlschema-1/#e-notation |
protected XSSimpleTypeDefinition | fMemberTypemember type definition against which element was validated |
protected short | fValidationAttemptedvalidation attempted: none, partial, full |
protected short | fValidityvalidity: valid, invalid, unknown |
protected StringList | fErrorCodeserror codes |
protected String | fValidationContextvalidation context: could be QName or XPath expression |
protected XSModel | fSchemaInformationthe schema information property |