diagram | |||
namespace | http://dsrc_r70/DSRC | ||
children | sampleStart sampleEnd | ||
used by |
| ||
source | <xsd:complexType name="Sample"> <xsd:sequence> <xsd:element name="sampleStart"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="0" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:unsignedByte"/> </xsd:simpleType> </xsd:element> <xsd:element name="sampleEnd"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="1" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:unsignedByte"/> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> |
diagram | |||||
type | restriction of xsd:unsignedByte | ||||
properties |
| ||||
source | <xsd:element name="sampleStart"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="0" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:unsignedByte"/> </xsd:simpleType> </xsd:element> |
diagram | |||||
type | restriction of xsd:unsignedByte | ||||
properties |
| ||||
source | <xsd:element name="sampleEnd"> <xsd:simpleType> <xsd:annotation> <xsd:appinfo> <!-- Tag Information --> <asn1:taginfo class="CTXT" classnumber="1" tagtype="IMPLICIT"/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:unsignedByte"/> </xsd:simpleType> </xsd:element> |