<xs:complexType name="INVType">
<xs:complexContent>
<xs:restriction base="sdc4:ExceptionalValueType">
<xs:annotation>
<xs:documentation xml:lang="en-us">Invalid : The value as represented in the instance is not a member of the set of permitted data values in the constrained value domain of a variable.</xs:documentation>
<xs:appinfo>
<rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#INVType">
<rdfs:isDefinedBy rdf:resource="https://semanticdatacharter.com/docs/sdc4/sdc4_xsd_Complex_Type_sdc4_INVType.html#INVType"/>
<rdfs:subClassOf rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ExceptionalValueType"/>
<rdfs:label xml:lang="en-us">INVType</rdfs:label>
<rdf:type rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4/CMC"/>
<rdfs:comment xml:lang="en-us">Invalid : The value as represented in the instance is not a member of the set of permitted data values in the constrained value domain of a variable.</rdfs:comment>
</rdf:Description>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element fixed="Invalid" maxOccurs="1" minOccurs="1" name="ev-name" type="xs:string"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
|