veloconnect 1.1

urn:oasis:names:specification:ubl:schema:xsd:OperatorCode-1.0
simpleType OperatorCodeContentType

Super Types
{http://www.w3.org/2001/XMLSchema}normalizedString
|
+--{urn:oasis:names:specification:ubl:schema:xsd:OperatorCode-1.0}OperatorCodeContentType (restriction)

Documentation
Divide Multiply
Properties
This component is not nillable.

Model

('Divide' | 'Multiply')

Source
<xsd:simpleType name="OperatorCodeContentType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Divide">
</xsd:enumeration>
<xsd:enumeration value="Multiply">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>

veloconnect 1.1

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.