diagram |
 |
namespace |
http://www.mostcooperation.com |
type |
extension of ValueRangeBase |
properties |
|
children |
Description |
used by |
|
attributes |
|
annotation |
documentation | Defines the specific value range limits for the Unsigned Long Long integer data type. |
|
source |
<xs:complexType name="ULongLongValueRange">
<xs:annotation>
<xs:documentation>Defines the specific value range limits for the Unsigned Long Long integer data type.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ValueRangeBase">
<xs:attribute name="Min" type="mostco:UnsignedLongLong" use="required"/>
<xs:attribute name="Max" type="mostco:UnsignedLongLong" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |