DESCRIPTION - Retrieve the default video format settings from the selected station.
INPUT
Parameter - _user
Description: Login name of the executor.
Example: user01
Parameter - _pwd
Description: Password of the executor.
Example: pass01
Parameter - _coduser
Description: Station code.
Example: 02
OUTPUT - <Videostandard>
<code>P</code>
<name>PAL</name>
<description>PAL</description>
<freq>25.00</freq>
</Videostandard>
XSD (XML Schema Definition)
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="Videostandard"> <xs:complexType> <xs:sequence> <xs:element type="xs:string" name="code"/> <xs:element type="xs:string" name="name"/> <xs:element type="xs:string" name="description"/> <xs:element type="xs:float" name="freq"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>