When I import a valid XSD with restrictions I receive the following: "Ignor

When I import a valid XSD with restrictions I receive the following: "Ignoring enumeration facet in type {appiandev.dev.com/.../}cars_._type$anonymous. (APNX-2-4046-002)"

Does Appian acknowledge Restrictions in rules, or expressions that call a DataStore built with XSDs that contain elements like the following element "Cars"?

<xsd:element name="Cars">
           <xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Audi"/>
<xsd:enumeration value="Golf"/>
<xsd:enumeration value="BMW"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>

OriginalPostID-153945

OriginalPostID-153945

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data