TypeChargeOn
Материал из Фабиус wiki
TypeChargeOn - это простой тип из схемы EGCommonEnum.xsd
<xs:simpleType name="TypeChargeOn"> <xs:annotation> <xs:documentation>Основания списания</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Пересортица"> <xs:annotation> <xs:documentation>Излишки пересортица.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Излишки"> <xs:annotation> <xs:documentation> Излишки продукции. В случае обнаружения излишков продукции организация предоставляет в ЕГАИС акт постановки на баланс с указанием основания «Излишки». </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Продукция, полученная до 01.01.2016"> <xs:annotation> <xs:documentation>Продукция, полученная до 01.01.2016</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Производство_Сливы"> <xs:annotation> <xs:documentation>Собственное производство/сливы продукции</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType>