Java class for PathModificationTypesList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PathModificationTypesList"> <complexContent> <restriction base=" http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" maxOccurs="unbounded"> <simpleType> <restriction base=" http://www.w3.org/2001/XMLSchema}string"> <maxLength value="50"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
id | list of string | element | 1/unbounded | required | Used by the users to enter path modification type. |
Example
<p-----> <id>...</id> </p----->